Skip to content

Commit 3ab2f75

Browse files
author
Juul
committed
chore: fix prettier style issue
1 parent 36b8a53 commit 3ab2f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ async function getCloudflareContextFromWrangler<
259259
const { env, cf, ctx } = await getPlatformProxy({
260260
// This allows the selection of a wrangler environment while running in next dev mode
261261
...options,
262-
environment: process.env.NEXT_DEV_WRANGLER_ENV,
262+
environment: process.env.NEXT_DEV_WRANGLER_ENV,
263263
});
264264
return {
265265
env,

0 commit comments

Comments
 (0)