Skip to content

Commit aecdf2b

Browse files
committed
Revert back intentional TS error
1 parent 6780114 commit aecdf2b

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ type Env = {
2828
PUBLIC_STOREFRONT_ID: string;
2929
PUBLIC_CUSTOMER_ACCOUNT_API_CLIENT_ID: string;
3030
PUBLIC_CUSTOMER_ACCOUNT_API_URL: string;
31-
PUBLIC_CHECKOUT_DOMAIN: string;
3231
// Add any other environment variables your app expects here
3332
};
3433

@@ -43,7 +42,7 @@ export default {
4342
tunnel: `http://localhost:3031/`, // proxy server
4443
},
4544
// Need to cast to any because this is not on cloudflare
46-
request,
45+
request: request as any,
4746
context: executionContext,
4847
},
4948
async () => {

0 commit comments

Comments
 (0)