diff --git a/examples/native-external-references-mockshop/functions/mockShop.ts b/examples/native-external-references-mockshop/functions/mockShop.ts index 5e6b9c15e3..20009d6450 100644 --- a/examples/native-external-references-mockshop/functions/mockShop.ts +++ b/examples/native-external-references-mockshop/functions/mockShop.ts @@ -93,7 +93,6 @@ const lookupHandler: ResourcesLookupHandler = async (event, context) => { const mockShopUrl = getMockShopUrl(context); const isContentDeliveryApi = ['cda', 'cpa'].includes( - // @ts-ignore - context.originalRequest is not in the types yet context.originalRequest?.headers['contentful-api'] ); diff --git a/examples/native-external-references-mockshop/package.json b/examples/native-external-references-mockshop/package.json index 4ca1202918..c592fcbbb4 100644 --- a/examples/native-external-references-mockshop/package.json +++ b/examples/native-external-references-mockshop/package.json @@ -26,6 +26,6 @@ }, "homepage": ".", "dependencies": { - "@contentful/node-apps-toolkit": "^3.12.0" + "@contentful/node-apps-toolkit": "^3.15.0" } }