We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46a76e commit b2f2dbdCopy full SHA for b2f2dbd
src/Wrapper.ts
@@ -31,7 +31,7 @@ export class Wrapper {
31
databaseScopeAsync.use = (db: string) => Wrapper.wrapDocumentScope(use(db));
32
33
databaseScopeAsync.createAsync = promisify(databaseScopeAsync.create);
34
- databaseScopeAsync.getAsync = promisify(databaseScopeAsync.getAsync);
+ databaseScopeAsync.getAsync = promisify(databaseScopeAsync.get);
35
databaseScopeAsync.destroyAsync = promisify(databaseScopeAsync.destroy);
36
databaseScopeAsync.listAsync = promisify(databaseScopeAsync.list);
37
databaseScopeAsync.compactAsync = promisify(databaseScopeAsync.compact);
0 commit comments