Skip to content

Commit

Permalink
forgotten var
Browse files Browse the repository at this point in the history
  • Loading branch information
PartTimeJS committed Jan 21, 2021
1 parent 29e6d36 commit 5f6e698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const DB = {
WDR.Console.error(WDR, '[src/database.js] Error connecting to wdrDB.', error);
return resolve();
} else {
WDR.UpdateAllSubTables('UPDATE %TABLE% SET location = NULL where location = "";');
WDR.UpdateAllSubTables(WDR, 'UPDATE %TABLE% SET location = NULL where location = "";');
WDR.Console.info(WDR, '[src/database.js] Successfully Connected to wdrDB.');
// WDR.wdrDB.query(
// `SELECT
Expand Down

0 comments on commit 5f6e698

Please sign in to comment.