Skip to content

Commit c036ca7

Browse files
committed
refactor: remove any usage
1 parent a868ca9 commit c036ca7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ui/history/historyView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { mount, unmount } from "svelte";
77

88
export default class HistoryView extends ItemView implements HoverParent {
99
plugin: ObsidianGit;
10-
private _view: Record<string, any> | undefined;
10+
private _view: Record<string, unknown> | undefined;
1111
hoverPopover: HoverPopover | null;
1212

1313
constructor(leaf: WorkspaceLeaf, plugin: ObsidianGit) {

src/ui/sourceControl/sourceControl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { mount, unmount } from "svelte";
77

88
export default class GitView extends ItemView implements HoverParent {
99
plugin: ObsidianGit;
10-
private _view: Record<string, any> | undefined;
10+
private _view: Record<string, unknown> | undefined;
1111
hoverPopover: HoverPopover | null;
1212

1313
constructor(leaf: WorkspaceLeaf, plugin: ObsidianGit) {

0 commit comments

Comments
 (0)