mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 04:40:43 +00:00
fix(ci): restore plugin contract surfaces
This commit is contained in:
@@ -182,7 +182,7 @@ function resolveAbsolutePath(value: string): string | null {
|
||||
async function isAllowedSourcePath(params: {
|
||||
source: string;
|
||||
mediaRemoteHost?: string;
|
||||
remoteAttachmentRoots: string[];
|
||||
remoteAttachmentRoots: readonly string[];
|
||||
}): Promise<boolean> {
|
||||
if (params.mediaRemoteHost) {
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user