Skip to content

Commit e877695

Browse files
Merge pull request #2641 from github/robertbrignull/LockFileForStandardQueryResult
Unexport LockFileForStandardQueryResult
2 parents 5c08083 + e2256e2 commit e877695

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)