mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-30 12:33:09 +02:00
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 {
|
} 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 a new issue