fix TS errors in NoteCreateService / NoteEditService
This commit is contained in:
parent
de61781c4a
commit
9b06347882
2 changed files with 1 additions and 1 deletions
|
|
@ -219,6 +219,7 @@ export class NoteEditService implements OnApplicationShutdown {
|
|||
private userBlockingService: UserBlockingService,
|
||||
private cacheService: CacheService,
|
||||
private latestNoteService: LatestNoteService,
|
||||
private noteCreateService: NoteCreateService,
|
||||
) {
|
||||
this.updateNotesCountQueue = new CollapsedQueue(60 * 1000 * 5, this.collapseNotesCount, this.performUpdateNotesCount);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue