chore: lint
This commit is contained in:
parent
4ee3e45bf7
commit
89e4c5fd9c
@ -442,7 +442,7 @@ export class NoteEditService implements OnApplicationShutdown {
|
|||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
await this.notesRepository.update(oldnote.id, note);
|
await this.notesRepository.update(oldnote.id, note);
|
||||||
};
|
}
|
||||||
|
|
||||||
if (data.channel) {
|
if (data.channel) {
|
||||||
this.redisClient.xadd(
|
this.redisClient.xadd(
|
||||||
|
Loading…
Reference in New Issue
Block a user