Comparing version 0.6.5 to 0.6.6
{ | ||
"name": "notabase", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"description": "API Wrapper For Notion's Database", | ||
@@ -5,0 +5,0 @@ "main": "src/notabase.js", |
@@ -81,3 +81,3 @@ class Row { | ||
case 'date': | ||
res = rawValue[0][0][0][1][0][1].start_date | ||
res = rawValue[0][1][0][1].start_date | ||
break | ||
@@ -84,0 +84,0 @@ case 'multi_select': |
25401