Skip to content

Commit

Permalink
feat: update getTableNames
Browse files Browse the repository at this point in the history
  • Loading branch information
nodejh committed Jul 17, 2020
1 parent eb677be commit 872f7bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class Automate {
const tableNames = await this.getTableNames({
tables: options.tables,
skipTables: options.skipTables,
match: options.match,
});

debug('tableNames: ', tableNames);
Expand Down

0 comments on commit 872f7bc

Please sign in to comment.