mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 08:37:41 +00:00
Config: require Discord ID strings (#18220)
This commit is contained in:
@@ -721,7 +721,7 @@ export class DiscordExecApprovalHandler {
|
||||
}
|
||||
|
||||
/** Return the list of configured approver IDs. */
|
||||
getApprovers(): Array<string | number> {
|
||||
getApprovers(): string[] {
|
||||
return this.opts.config.approvers ?? [];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user