chore: lint

This commit is contained in:
Mar0xy 2023-10-04 02:30:05 +02:00
parent 4ee3e45bf7
commit 89e4c5fd9c
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828

View file

@ -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(