mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 13:20:21 +00:00
fix(plugins): repair channel lint batch types
This commit is contained in:
@@ -228,13 +228,16 @@ export class SlackExecApprovalHandler {
|
||||
this.runtime = createChannelNativeApprovalRuntime<
|
||||
SlackPendingApproval,
|
||||
{ to: string; threadTs?: string },
|
||||
SlackPendingDelivery
|
||||
SlackPendingDelivery,
|
||||
ExecApprovalRequest,
|
||||
ExecApprovalResolved
|
||||
>({
|
||||
label: "slack/exec-approvals",
|
||||
clientDisplayName: "Slack Exec Approvals",
|
||||
cfg: opts.cfg,
|
||||
accountId: opts.accountId,
|
||||
gatewayUrl: opts.gatewayUrl,
|
||||
eventKinds: ["exec"],
|
||||
nativeAdapter: slackNativeApprovalAdapter.native,
|
||||
isConfigured: () =>
|
||||
isSlackExecApprovalClientEnabled({
|
||||
|
||||
Reference in New Issue
Block a user