mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-27 12:08:02 -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) {
|
if (err) {
|
||||||
logger.error(err)
|
logger.error(err)
|
||||||
errors.errorInternalError(res)
|
errors.errorInternalError(res)
|
||||||
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if (!content) {
|
if (!content) {
|
||||||
|
|
Loading…
Reference in a new issue