server-ts: FIXME -> TODO

This commit is contained in:
Elian Doran
2024-02-18 20:41:30 +02:00
parent 11c7533984
commit cbc01e1a8d
4 changed files with 6 additions and 6 deletions

View File

@@ -183,7 +183,7 @@ function noteUpdated(entityRow: NoteRow) {
const note = becca.notes[entityRow.noteId];
if (note) {
// FIXME, this wouldn't have worked in the original implementation since the variable was named __flatTextCache.
// TODO, this wouldn't have worked in the original implementation since the variable was named __flatTextCache.
// type / mime could have been changed, and they are present in flatTextCache
note.__flatTextCache = null;
}