Skip to content

Commit 5f6e698

Browse files
committed
forgotten var
1 parent 29e6d36 commit 5f6e698

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/database.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const DB = {
9696
WDR.Console.error(WDR, '[src/database.js] Error connecting to wdrDB.', error);
9797
return resolve();
9898
} else {
99-
WDR.UpdateAllSubTables('UPDATE %TABLE% SET location = NULL where location = "";');
99+
WDR.UpdateAllSubTables(WDR, 'UPDATE %TABLE% SET location = NULL where location = "";');
100100
WDR.Console.info(WDR, '[src/database.js] Successfully Connected to wdrDB.');
101101
// WDR.wdrDB.query(
102102
// `SELECT

0 commit comments

Comments
 (0)