From ef3d4095f8ba4eb8bdbc97e2e985a21a8fe324ea Mon Sep 17 00:00:00 2001 From: Skillet Date: Mon, 6 Mar 2023 11:11:37 -0500 Subject: [PATCH] Update db-log-addOn.js --- squadjsPlugins/db-log-addOn.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/squadjsPlugins/db-log-addOn.js b/squadjsPlugins/db-log-addOn.js index 2611205..ff5fed0 100644 --- a/squadjsPlugins/db-log-addOn.js +++ b/squadjsPlugins/db-log-addOn.js @@ -113,8 +113,9 @@ export default class DBLogPlayerTime extends DBLog { leaveTime: {[is]: null}, server: this.options.overrideServerID || this.server.id, player: {[notIn]: playerOnlineID} - } }, - { logging: console.log } + }, + logging: console.log + } ); console.log('updated playerTimes row count: %i', rowUpdate[0]); console.log('finish DB repair');