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

@@ -10,7 +10,7 @@ import passwordService = require('./encryption/password');
const noAuthentication = config.General && config.General.noAuthentication === true;
// FIXME: We are using custom types for request & response because couldn't extract those pesky express types.
// TODO: We are using custom types for request & response because couldn't extract those pesky express types.
interface Request {
method: string;
path: string;