mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
server-ts: FIXME -> TODO
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user