Skip to content

Commit

Permalink
Add missing ?
Browse files Browse the repository at this point in the history
  • Loading branch information
gvc committed May 16, 2024
1 parent c10deed commit 45e82da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/server/cms/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const getCMSPage = async (
extraOptions?: ExtraOptions
) => {
const cmsClient = extraOptions?.cmsClient ?? clientCMS
const cache = extraOptions.cache ?? getCMSPageCache
const cache = extraOptions?.cache ?? getCMSPageCache

if (isLocator(options)) {
return await cmsClient
Expand Down

0 comments on commit 45e82da

Please sign in to comment.