Update db-log-addOn.js

This commit is contained in:
Skillet 2023-03-06 11:11:37 -05:00 committed by GitHub
parent 628c10c5db
commit ef3d4095f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,8 +113,9 @@ export default class DBLogPlayerTime extends DBLog {
leaveTime: {[is]: null}, leaveTime: {[is]: null},
server: this.options.overrideServerID || this.server.id, server: this.options.overrideServerID || this.server.id,
player: {[notIn]: playerOnlineID} player: {[notIn]: playerOnlineID}
} }, },
{ logging: console.log } logging: console.log
}
); );
console.log('updated playerTimes row count: %i', rowUpdate[0]); console.log('updated playerTimes row count: %i', rowUpdate[0]);
console.log('finish DB repair'); console.log('finish DB repair');