mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 12:41:23 +00:00
refactor: rename to openclaw
This commit is contained in:
@@ -165,7 +165,7 @@ export async function fetchWithGuard(params: {
|
||||
try {
|
||||
const response = await fetch(parsedUrl, {
|
||||
signal: controller.signal,
|
||||
headers: { "User-Agent": "Moltbot-Gateway/1.0" },
|
||||
headers: { "User-Agent": "OpenClaw-Gateway/1.0" },
|
||||
redirect: "manual",
|
||||
dispatcher,
|
||||
} as RequestInit & { dispatcher: Dispatcher });
|
||||
|
||||
Reference in New Issue
Block a user