mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 20:50:21 +00:00
chore: Fix types in tests 24/N.
This commit is contained in:
@@ -62,7 +62,7 @@ describe("resolveTelegramFetch", () => {
|
||||
aborted: false,
|
||||
addEventListener,
|
||||
removeEventListener,
|
||||
} as AbortSignal;
|
||||
} as unknown as AbortSignal;
|
||||
|
||||
if (!resolved) {
|
||||
throw new Error("expected resolved proxy fetch");
|
||||
|
||||
Reference in New Issue
Block a user