chore: lint
This commit is contained in:
parent
4ee3e45bf7
commit
89e4c5fd9c
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@ export class NoteEditService implements OnApplicationShutdown {
|
|||
});
|
||||
} else {
|
||||
await this.notesRepository.update(oldnote.id, note);
|
||||
};
|
||||
}
|
||||
|
||||
if (data.channel) {
|
||||
this.redisClient.xadd(
|
||||
|
|
Loading…
Reference in a new issue