Skip to content

Commit

Permalink
lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Mar 9, 2022
1 parent 7f2b749 commit 4b342c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/next/server.js
@@ -1,6 +1,6 @@
module.exports = {
NextRequest: require('next/dist/server/web/spec-extension/request').NextRequest,
NextResponse: require('next/dist/server/web/spec-extension/response').NextResponse
NextRequest: require('next/dist/server/web/spec-extension/request')
.NextRequest,
NextResponse: require('next/dist/server/web/spec-extension/response')
.NextResponse,
}


0 comments on commit 4b342c8

Please sign in to comment.