@kintone/kintone-js-sdk
Advanced tools
Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "@kintone/kintone-js-sdk", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "The SDK of kintone REST API client on node and browser", | ||
@@ -5,0 +5,0 @@ "main": "./src/node/main.js", |
@@ -81,3 +81,5 @@ /* eslint-disable no-async-promise-executor, require-atomic-updates */ | ||
.catch((err)=>{ | ||
kintoneRC.deleteCursor(myCursor.id); | ||
if (myCursor) { | ||
kintoneRC.deleteCursor({id: myCursor.id}); | ||
} | ||
throw err; | ||
@@ -84,0 +86,0 @@ }); |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
312197
4642