Skip to content

Commit 8d24fd2

Browse files
committed
Introduce another type issue at server.ts
1 parent a5b3180 commit 8d24fd2

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/e2e-tests/test-applications/remix-hydrogen

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/remix-hydrogen/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default {
4242
tunnel: `http://localhost:3031/`, // proxy server
4343
},
4444
// Need to cast to any because this is not on cloudflare
45-
request: request as any,
45+
request: request,
4646
context: executionContext,
4747
},
4848
async () => {

0 commit comments

Comments
 (0)