hedgedoc/src/api
David Mehren b962e8390a
NotesController: 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-04-29 18:12:20 +02:00
..
private ControllerTests: Add connection to controller tests 2021-04-11 22:06:41 +02:00
public NotesController: Double-check that req.user is defined 2021-04-29 18:12:20 +02:00
utils MarkdownBody: Handle error in getOwnPropertyDescriptor 2021-04-29 16:27:15 +02:00