fix TS errors in NoteCreateService / NoteEditService
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user