Skip to content

Commit 62064b9

Browse files
authored
Update methods.ts
adds logging
1 parent 723ae5d commit 62064b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions/common/methods.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ export const getActiveQueueForGame = async (
989989
const diff = now - t.mysteryTime * 1000
990990
const isTimedOut = diff > tagAutoPostTimer
991991
if (isTimedOut) {
992-
log('Tag timed out', { tagnumber: t.tagnumber, diff }, 'info')
992+
log('Tag timed out', { tagnumber: t.tagnumber, mysteryTime: t.mysteryTime, diff }, 'info')
993993
} else {
994994
log('Tag not timed out', { now, mysteryTime: t.mysteryTime, diff }, 'info')
995995
}

0 commit comments

Comments
 (0)