mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-15 11:11:09 +00:00
fix(ci): omit default config write type args
This commit is contained in:
@@ -12,9 +12,9 @@ import {
|
||||
type ConfigWriteTargetLike,
|
||||
} from "./config-write-policy-shared.js";
|
||||
import type { ChannelId } from "./types.core.js";
|
||||
export type ConfigWriteScope = ConfigWriteScopeLike<ChannelId>;
|
||||
export type ConfigWriteTarget = ConfigWriteTargetLike<ChannelId>;
|
||||
export type ConfigWriteAuthorizationResult = ConfigWriteAuthorizationResultLike<ChannelId>;
|
||||
export type ConfigWriteScope = ConfigWriteScopeLike;
|
||||
export type ConfigWriteTarget = ConfigWriteTargetLike;
|
||||
export type ConfigWriteAuthorizationResult = ConfigWriteAuthorizationResultLike;
|
||||
|
||||
function isInternalConfigWriteMessageChannel(channel?: string | null): boolean {
|
||||
return normalizeLowercaseStringOrEmpty(channel) === "webchat";
|
||||
|
||||
Reference in New Issue
Block a user