Skip to content

Commit

Permalink
Enable logging on breakout job
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Jul 19, 2022
1 parent 17d2ca8 commit 07ab6dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interactions/trigger/updateBreakouts.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default async (bot = initBot(), message) => {
Date.now() - parseInt(latestTimestamp.replace('.', '')) / 1000
const overTimeLimit = timeSinceLastUpdate > 1000 * 60 * 1

console.log({breakout})
// we should close the channel if the last post was @orpheus' warning that archiving is coming
if (
overTimeLimit &&
Expand Down

0 comments on commit 07ab6dd

Please sign in to comment.