Fix typo :)
This commit is contained in:
parent
51d76115a4
commit
0de1e59b98
|
@ -1045,7 +1045,7 @@ export class NoteCreateService implements OnApplicationShutdown {
|
||||||
}
|
}
|
||||||
|
|
||||||
@bindThis
|
@bindThis
|
||||||
private async async performUpdateNotesCount(id: MiNote['id'], incrBy: number) {
|
private async performUpdateNotesCount(id: MiNote['id'], incrBy: number) {
|
||||||
await this.instancesRepository.increment({ id: id }, 'notesCount', incrBy);
|
await this.instancesRepository.increment({ id: id }, 'notesCount', incrBy);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue