Skip to content

Commit

Permalink
Updated export verify table
Browse files Browse the repository at this point in the history
  • Loading branch information
gautham-juego committed Sep 7, 2021
1 parent 30765fe commit b00438a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class SQLManager {
static update = update;
static doExecute = doExecute;
static doExecuteRawQuery = doExecuteRawQuery;
static verifyTbl = require("./helper/dbManager").dbManager.verifyTbl;
}

module.exports = SQLManager;

0 comments on commit b00438a

Please sign in to comment.