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 abdeb28 commit 0cd7afcCopy full SHA for 0cd7afc
src/database.ts
@@ -453,7 +453,7 @@ export class Database {
453
if (!absolutePath) {
454
basePath = `/_db/${this.name}${basePath || ""}`;
455
}
456
- return this.request({ basePath, ...opts }, transform);
+ return this._connection.request({ basePath, ...opts }, transform);
457
458
459
async acquireHostList(): Promise<void> {
0 commit comments