Skip to content

Commit

Permalink
forgot to bump mockServiceWorker.js (no actual changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed Feb 8, 2024
1 parent 4792105 commit cfda163
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mockServiceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
/* tslint:disable */

/**
* Mock Service Worker (2.0.10).
* Mock Service Worker (2.1.7).
* @see https://github.com/mswjs/msw
* - Please do NOT modify this file.
* - Please do NOT serve this file on production.
*/

const INTEGRITY_CHECKSUM = 'c5f7f8e188b673ea4e677df7ea3c5a39'
const INTEGRITY_CHECKSUM = '223d191a56023cd36aa88c802961b911'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@
"not IE 11"
],
"msw": {
"workerDirectory": ""
"workerDirectory": [
""
]
},
"lint-staged": {
"*.{js,ts,tsx,json}": "eslint --cache --fix"
Expand Down

0 comments on commit cfda163

Please sign in to comment.