Skip to content

Commit

Permalink
10419: target all messages, not just those not replied to
Browse files Browse the repository at this point in the history
  • Loading branch information
En-8 committed Dec 16, 2024
1 parent 87d8616 commit 10d8acd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/run-once-scripts/cleanup-corrupt-messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ const udpateMessagesInDb = async (
const messageFragments = await db
.selectFrom('dwMessage')
.select(['attachments', 'messageId', 'docketNumber'])
.where('isRepliedTo', '=', false)
.execute();

// collect all unique docket numbers from messages
Expand Down

0 comments on commit 10d8acd

Please sign in to comment.