Comparing version 0.9.4 to 0.9.5
@@ -529,3 +529,3 @@ "use strict"; | ||
_this.client.submitTransaction(postData); | ||
return; | ||
return true; | ||
} | ||
@@ -532,0 +532,0 @@ } |
{ | ||
"name": "notabase", | ||
"version": "0.9.4", | ||
"version": "0.9.5", | ||
"description": "API Wrapper For Notion's Database", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -472,3 +472,3 @@ import * as utils from './utils'; | ||
this.client.submitTransaction(postData) | ||
return | ||
return true | ||
} | ||
@@ -475,0 +475,0 @@ } |
102441