Skip to content

Commit 6e69317

Browse files
committed
remove extra change
1 parent 1c333ae commit 6e69317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/next/next-server/server/next-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,7 @@ export default class Server {
12711271
}
12721272

12731273
// Complete the response with cached data if its present
1274-
let cachedData = ssgCacheKey
1274+
const cachedData = ssgCacheKey
12751275
? await this.incrementalCache.get(ssgCacheKey)
12761276
: undefined
12771277

0 commit comments

Comments
 (0)