mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-26 08:31:55 +00:00
chore: enable consistent-return
This commit is contained in:
@@ -257,7 +257,7 @@ export function createSlackSetupWizardBase(handlers: {
|
||||
}),
|
||||
finalize: async ({ cfg, accountId, options, prompter }) => {
|
||||
if (hasSlackInteractiveRepliesConfig(cfg, accountId)) {
|
||||
return;
|
||||
return undefined;
|
||||
}
|
||||
if (options?.quickstartDefaults) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user