Skip to content

Commit 30b9d80

Browse files
committed
chore: fix typo
1 parent a0ad40d commit 30b9d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/cerberus/src/services/CerberusTriggerService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ Be thorough and justify your reasoning. Provide clear, actionable recommendation
548548
const hasOnlyTrigger = messages.length === 1 && this.isCerberusTrigger(messages[0].text);
549549

550550
if (hasNoMessages || hasOnlyTrigger) {
551-
const skipMessage = `$$system-message$$ Cerberus: check skipped, no messages were sent since the last checki`;
551+
const skipMessage = `$$system-message$$ Cerberus: check skipped, no messages were sent since the last check`;
552552
await this.messageService.createSystemMessageWithoutPrefix({
553553
text: skipMessage,
554554
groupId: triggerMessage.group.id,

0 commit comments

Comments
 (0)