hedgedoc/src/api
David Mehren ace1b7fad6
MeController: Double-check that req.user is defined
TokenAuthGuard ensures that req.user is always
defined, but thanks to strict mode we have to check again.

In the future, we may add a custom Request type and
a custom param decorator to centralize the check.

Signed-off-by: David Mehren <git@herrmehren.de>
2021-05-09 20:59:31 +02:00
..
private Merge pull request #1130 from hedgedoc/history/transaction 2021-05-02 18:15:05 +02:00
public MeController: Double-check that req.user is defined 2021-05-09 20:59:31 +02:00
utils MarkdownBody: Handle error in getOwnPropertyDescriptor 2021-05-09 20:59:31 +02:00