Update db-log-addOn.js

This commit is contained in:
Skillet 2023-03-04 10:38:49 -05:00 committed by GitHub
parent a88349b1ec
commit 1afde41836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@ export default class DBLogPlayerTime extends DBLog {
leaveTime: null,
server: this.options.overrideServerID || this.server.id,
[Op.ne]: { player: playerOnlineID }
} }
} },
{ logging: console.log }
);
console.log('updated playerTimes row count: %i', rowUpdate[0]);