Skip to content

Commit e2256e2

Browse files
Unexport LockFileForStandardQueryResult
1 parent 5c08083 commit e2256e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/local-queries/standard-queries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { extLogger } from "../common/logging/vscode";
55
import { promises } from "fs-extra";
66
import { BaseLogger } from "../common/logging";
77

8-
export type LockFileForStandardQueryResult = {
8+
type LockFileForStandardQueryResult = {
99
cleanup?: () => Promise<void>;
1010
};
1111

0 commit comments

Comments
 (0)