Skip to content

Commit 69f13d1

Browse files
committed
fix(runway-video): satisfy test response typing
1 parent 25c978b commit 69f13d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/runway/video-generation-provider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function oversizedJsonResponse(onCancel: () => void): Response {
7676
json: async () => {
7777
throw new Error("unbounded json reader was used");
7878
},
79-
} as Response;
79+
} as unknown as Response;
8080
}
8181

8282
describe("runway video generation provider", () => {

0 commit comments

Comments
 (0)