Skip to content

Commit c383755

Browse files
committed
Fix UnhandledRequestStrategy import
1 parent 09c6be8 commit c383755

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/src/common/mock-gh-api/mock-gh-api-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { join, resolve } from "path";
22
import { pathExists } from "fs-extra";
33
import type { SetupServer } from "msw/node";
44
import { setupServer } from "msw/node";
5-
import type { UnhandledRequestStrategy } from "msw/lib/core/utils/request/onUnhandledRequest";
5+
import type { UnhandledRequestStrategy } from "msw";
66

77
import { DisposableObject } from "../disposable-object";
88

0 commit comments

Comments
 (0)