mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 22:41:36 +00:00
ci: fix lint and tau rpc typing
This commit is contained in:
@@ -31,7 +31,7 @@ describe("media store redirects", () => {
|
||||
|
||||
it("follows redirects and keeps detected mime/extension", async () => {
|
||||
let call = 0;
|
||||
mockRequest.mockImplementation((url, _opts, cb) => {
|
||||
mockRequest.mockImplementation((_url, _opts, cb) => {
|
||||
call += 1;
|
||||
const res = new PassThrough();
|
||||
const req = {
|
||||
|
||||
Reference in New Issue
Block a user