Skip to content

Commit d1bb332

Browse files
authored
fix: revalidate should not send logs as ephemeral (#140)
1 parent b563dd3 commit d1bb332

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/commands/revalidate.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@ export default class RevalidateCommand extends SlashCommand {
5555
commandLog.info({
5656
type: 'text',
5757
content: 'Cleared warnings successfully.',
58-
ctx
58+
ctx,
59+
extraOpts: {
60+
ephemeral: false
61+
}
5962
})
6063

6164
privateLog.info({

0 commit comments

Comments
 (0)