From d1bb3324d39e20b32302179589d3930327b2563f Mon Sep 17 00:00:00 2001 From: nullishamy Date: Mon, 5 Feb 2024 22:36:38 +0000 Subject: [PATCH] fix: revalidate should not send logs as ephemeral (#140) --- src/commands/revalidate.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/commands/revalidate.ts b/src/commands/revalidate.ts index b4f3dc5..cd785ea 100644 --- a/src/commands/revalidate.ts +++ b/src/commands/revalidate.ts @@ -55,7 +55,10 @@ export default class RevalidateCommand extends SlashCommand { commandLog.info({ type: 'text', content: 'Cleared warnings successfully.', - ctx + ctx, + extraOpts: { + ephemeral: false + } }) privateLog.info({