mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
fix: remove unused constructor
This commit is contained in:
@@ -19,10 +19,6 @@ class TestFileModification extends FileModification {
|
||||
id = 'test';
|
||||
public readonly filePath: string = FIXTURE_PATH;
|
||||
|
||||
constructor(logger: Logger) {
|
||||
super(logger);
|
||||
}
|
||||
|
||||
protected async generatePatch(): Promise<string> {
|
||||
return createPatch('text-patch-file.txt', ORIGINAL_CONTENT, 'modified');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user