Skip to content

Commit

Permalink
Merge branch 'canary' into shu/e8c2
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Oct 23, 2023
2 parents eaca061 + 4a37c2d commit 2238696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const cacheExports = {
// When importing CommonJS modules, the module.exports object is provided as the default export
module.exports = cacheExports

// make import { xxx } from 'next/server' work
// make import { xxx } from 'next/cache' work
exports.unstable_cache = cacheExports.unstable_cache
exports.revalidatePath = cacheExports.revalidatePath
exports.revalidateTag = cacheExports.revalidateTag
Expand Down

0 comments on commit 2238696

Please sign in to comment.