mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-23 10:16:32 -05:00
Added Types to actions.js and reformat
Added Types to actions.js and reformat Signed-off-by: Yannick Bungers <git@innay.de> Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
parent
536c54ff0d
commit
8e76c764e3
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ export function getRevision (req: any, res: Response, note: Note): void {
|
|||
if (err) {
|
||||
logger.error(err)
|
||||
errors.errorInternalError(res)
|
||||
|
||||
return
|
||||
}
|
||||
if (!content) {
|
||||
|
|
Loading…
Reference in a new issue