mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 04:01:23 +00:00
chore: We have a sleep at home. The sleep at home:
This commit is contained in:
@@ -54,7 +54,8 @@ function resolveRequestUrl(input: RequestInfo | URL): string {
|
||||
if ("url" in input && typeof input.url === "string") {
|
||||
return input.url;
|
||||
}
|
||||
return String(input);
|
||||
|
||||
throw new Error(`Unable to resolve request URL from input: ${JSON.stringify(input, null, 2)}`);
|
||||
}
|
||||
|
||||
function createSlackMediaFetch(token: string): FetchLike {
|
||||
|
||||
Reference in New Issue
Block a user