Skip to content

Commit 44cf21e

Browse files
committed
add resolve() in an async method "dropContainer"
1 parent f8854d2 commit 44cf21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

griddb_node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class Store {
5959
return new Promise(function(resolve, reject) {
6060
setTimeout(function() {
6161
try {
62-
this_.store.dropContainer(name);
62+
resolve(this_.store.dropContainer(name));
6363
} catch(err) {
6464
reject(err);
6565
}

0 commit comments

Comments
 (0)