mirror of
https://github.com/shumadrid/obsidian-git-changelog.git
synced 2026-07-22 05:42:16 +00:00
refactor: remove unused constructor parameter in FileChangelogManager
This commit is contained in:
parent
e47e967cd3
commit
6d856a18c9
1 changed files with 0 additions and 3 deletions
|
|
@ -19,16 +19,13 @@ import { pickFileChangelogSettings } from 'settings/settings.ts';
|
|||
|
||||
export class FileChangelogManager extends ChangelogManager<FileChangelogEntry> {
|
||||
public constructor({
|
||||
// ActiveGitFile,
|
||||
plugin,
|
||||
taskManager
|
||||
}: {
|
||||
// ActiveGitFile?: string;
|
||||
plugin: GitChangelogPlugin;
|
||||
taskManager: TaskManager;
|
||||
}) {
|
||||
super({ plugin, taskManager });
|
||||
// This.cachedActiveGitFile = activeGitFile;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue