Skip to content

Commit b6b43c8

Browse files
committed
fix typo
1 parent 6f83f07 commit b6b43c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intbot/core/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def process_internal_webhook(wh: Webhook):
2424
channel_id=settings.DISCORD_TEST_CHANNEL_ID,
2525
channel_name=settings.DISCORD_TEST_CHANNEL_NAME,
2626
content=f"Webhook content: {wh.content}",
27-
# Mark as unsend - to be sent with the next batch
27+
# Mark as not sent - to be sent with the next batch
2828
sent_at=None,
2929
)
3030
wh.processed_at = timezone.now()

0 commit comments

Comments
 (0)