Skip to content

Commit 0c4be5b

Browse files
committed
Fix typings
1 parent 24e2e2f commit 0c4be5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/app/overmind/effects/vscode/ModelsHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ export class ModelsHandler {
329329
nameTagTimeouts: { [name: string]: number } = {};
330330

331331
public async updateUserSelections(
332-
module,
332+
module: Module,
333333
userSelections: EditorSelection[],
334334
showNameTag = true
335335
) {

0 commit comments

Comments
 (0)