Skip to content

Commit

Permalink
fix: revalidate should not send logs as ephemeral
Browse files Browse the repository at this point in the history
  • Loading branch information
nullishamy committed Jan 28, 2024
1 parent 9cf06ef commit f335b39
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 f335b39

Please sign in to comment.