Skip to content

Commit

Permalink
Attempt to fix breakout overloading
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Jul 19, 2022
1 parent 457772a commit 17d2ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactions/trigger/updateBreakouts.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default async (bot = initBot(), message) => {
// we should close the channel if the last post was @orpheus' warning that archiving is coming
if (
overTimeLimit &&
latestTimestamp == breakout.fields['Archive Warning Timestamp']
latestTimestamp == breakout?.fields['Archive Warning Timestamp']
) {
bot.replyInThread(
message,
Expand Down

0 comments on commit 17d2ca8

Please sign in to comment.