Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Jul 21, 2024
1 parent 16fc353 commit 9745435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/FetchMock.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const defaultConfig = {
* @property {function():void} clearHistory
*/

const defaultRouter = new Router(defaultConfig)
const defaultRouter = new Router(defaultConfig);

/** @type {FetchMockCore} */
const FetchMock = {
Expand Down

0 comments on commit 9745435

Please sign in to comment.