Skip to content

Commit c2a7210

Browse files
committed
chore: format
1 parent 8478cd1 commit c2a7210

File tree

1 file changed

+1
-3
lines changed
  • packages/runtime/src/helpers

1 file changed

+1
-3
lines changed

packages/runtime/src/helpers/edge.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,9 +360,7 @@ export const writeEdgeFunctions = async ({
360360

361361
// early return if edge is disabled
362362
if (destr(process.env.NEXT_DISABLE_NETLIFY_EDGE)) {
363-
console.log(
364-
'Environment variable NEXT_DISABLE_NETLIFY_EDGE has been set, skipping Netlify Edge Function creation.',
365-
)
363+
console.log('Environment variable NEXT_DISABLE_NETLIFY_EDGE has been set, skipping Netlify Edge Function creation.')
366364
return
367365
}
368366

0 commit comments

Comments
 (0)