Fix TS compile

This commit is contained in:
Andras Schmelczer 2025-06-01 20:29:48 +01:00
parent 5ce6143838
commit e37399dc29
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 14 additions and 5 deletions

View file

@ -18,8 +18,8 @@ export class HistoryView extends ItemView {
>();
public constructor(
leaf: WorkspaceLeaf,
private readonly client: SyncClient
private readonly client: SyncClient,
leaf: WorkspaceLeaf
) {
super(leaf);
this.icon = HistoryView.ICON;