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 29e6d36 commit 5f6e698Copy full SHA for 5f6e698
1 file changed
src/database.js
@@ -96,7 +96,7 @@ const DB = {
96
WDR.Console.error(WDR, '[src/database.js] Error connecting to wdrDB.', error);
97
return resolve();
98
} else {
99
- WDR.UpdateAllSubTables('UPDATE %TABLE% SET location = NULL where location = "";');
+ WDR.UpdateAllSubTables(WDR, 'UPDATE %TABLE% SET location = NULL where location = "";');
100
WDR.Console.info(WDR, '[src/database.js] Successfully Connected to wdrDB.');
101
// WDR.wdrDB.query(
102
// `SELECT
0 commit comments