Skip to content

Commit b22548a

Browse files
author
Juul
committed
chore: fix prettier style issue
1 parent 2c3418e commit b22548a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloudflare/src/api/cloudflare-context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ async function getCloudflareContextFromWrangler<
284284
const { env, cf, ctx } = await getPlatformProxy({
285285
// This allows the selection of a wrangler environment while running in next dev mode
286286
...options,
287-
environment: process.env.NEXT_DEV_WRANGLER_ENV,
287+
environment: process.env.NEXT_DEV_WRANGLER_ENV,
288288
});
289289
return {
290290
env,

0 commit comments

Comments
 (0)