Skip to content

Commit

Permalink
Update base.js
Browse files Browse the repository at this point in the history
  • Loading branch information
r350178982 committed Jan 4, 2024
1 parent cabc646 commit a435511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class Base {
}

async getTables() {
const res = await this.getDTable();
const res = await this.getMetadata();
return res ? res.tables : [];
}

Expand Down

0 comments on commit a435511

Please sign in to comment.