chore(deps): upgrade dependencies for backend + lint fixes

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
Erik Michelson 2024-10-23 00:47:48 +02:00
parent df6540163c
commit a15ece1e7f
3 changed files with 718 additions and 539 deletions

View file

@ -220,7 +220,7 @@ describe('Alias', () => {
await testSetup.aliasService.removeAlias(note, newAlias);
// Ignore errors on removing alias
// eslint-disable-next-line no-empty
} catch (e) {}
} catch {}
await testSetup.notesService.deleteNote(note);
});