mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-30 14:55:27 -04:00
Adding issues for TODOs
Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
parent
7e1123e8a4
commit
8879b51344
16 changed files with 21 additions and 16 deletions
|
@ -149,7 +149,7 @@ export class ConsoleLoggerService implements LoggerService {
|
|||
day: '2-digit',
|
||||
month: '2-digit',
|
||||
};
|
||||
//TODO make timestamp optional
|
||||
//TODO make timestamp optional (https://github.com/hedgedoc/hedgedoc/issues/5033)
|
||||
const timestamp = new Date(Date.now()).toLocaleString(
|
||||
undefined,
|
||||
localeStringOptions,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue