Skip to content

Commit 615f48d

Browse files
committed
fix: fix error handling
1 parent bb2a2e2 commit 615f48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/webhookData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ export default class WebhookData {
446446
logger.warn(`Discord webhook tried posting to forum channel with no thread id @ ${this.webhook.webhookID}:${this.webhook.id}`, e);
447447
await Webhook.update(
448448
{
449-
threadID: '0',
449+
threadParent: '0',
450450
active: false
451451
},
452452
{ where: { id: this.webhook.id } }

0 commit comments

Comments
 (0)