From 255bf4e0ef924581e4a4b6b233254f44265a4fd6 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Wed, 7 Sep 2022 15:58:13 +0200 Subject: [PATCH] update msw file --- src/Umbraco.Web.UI.Client/public/mockServiceWorker.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/public/mockServiceWorker.js b/src/Umbraco.Web.UI.Client/public/mockServiceWorker.js index 8afaaf7a91..44881dfc0c 100644 --- a/src/Umbraco.Web.UI.Client/public/mockServiceWorker.js +++ b/src/Umbraco.Web.UI.Client/public/mockServiceWorker.js @@ -2,7 +2,7 @@ /* tslint:disable */ /** - * Mock Service Worker (0.45.0). + * Mock Service Worker (0.47.0). * @see https://github.com/mswjs/msw * - Please do NOT modify this file. * - Please do NOT serve this file on production. @@ -200,7 +200,7 @@ async function getResponse(event, client, requestId) { function passthrough() { // Clone the request because it might've been already used - // (i.e. its body has been read and sent to the cilent). + // (i.e. its body has been read and sent to the client). const headers = Object.fromEntries(clonedRequest.headers.entries()) // Remove MSW-specific request headers so the bypassed requests