Skip to content

Commit

Permalink
fix: revalidate should not send logs as ephemeral (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
nullishamy committed Feb 5, 2024
1 parent b563dd3 commit d1bb332
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/commands/revalidate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit d1bb332

Please sign in to comment.