Skip to content

Commit

Permalink
whoops, I forgot to activate the commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuixz committed Aug 20, 2024
1 parent 1d08956 commit edc8293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/slack/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func NewApp(logger *zap.Logger, config *Config, store kv.Store) *App {
),
store: store,
commandName: config.GetCommandName(),
// cli: NewCLI(logger),
commands: GetCommands(),
}
}

Expand Down

0 comments on commit edc8293

Please sign in to comment.