Skip to content

Commit

Permalink
Linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zuuring committed Dec 12, 2024
1 parent 91e6e41 commit 84b76e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion discord-scripts/thread-management/check-thread-archiving.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ const THREAD_CHECK_CADENCE = 12 * HOUR // 12 * HOUR
// Use a ThreadAutoArchiveDuration as we'll still lean on Discord to
// auto-archive after issuing the warning, so we want the value to be
// one that we can update auto-archiving to.
const AUTO_ARCHIVE_WARNING_LEAD_MINUTES: ThreadAutoArchiveDuration = ThreadAutoArchiveDuration.OneDay
const AUTO_ARCHIVE_WARNING_LEAD_MINUTES: ThreadAutoArchiveDuration =
ThreadAutoArchiveDuration.OneDay

/**
* A helper to request follow-up action on a thread based on the id of the user
Expand Down

0 comments on commit 84b76e0

Please sign in to comment.