mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-24 03:57:06 -04:00
style: remove unused variables
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
91eba0d3af
commit
898abc08f3
2 changed files with 0 additions and 4 deletions
|
@ -35,7 +35,6 @@ describe('HistoryService', () => {
|
|||
let historyRepo: Repository<HistoryEntry>;
|
||||
let connection;
|
||||
let noteRepo: Repository<Note>;
|
||||
let aliasRepo: Repository<Alias>;
|
||||
|
||||
type MockConnection = {
|
||||
transaction: () => void;
|
||||
|
@ -102,7 +101,6 @@ describe('HistoryService', () => {
|
|||
historyRepo = module.get<Repository<HistoryEntry>>(
|
||||
getRepositoryToken(HistoryEntry),
|
||||
);
|
||||
aliasRepo = module.get<Repository<Alias>>(getRepositoryToken(Alias));
|
||||
connection = module.get<Connection>(Connection);
|
||||
noteRepo = module.get<Repository<Note>>(getRepositoryToken(Note));
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue