mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-03-13 09:52:03 +00:00
Merge pull request #199 from SISheogorath/fix/opengraph
Fix broken error template due to missing opengraph
This commit is contained in:
commit
ce99a79352
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ function responseError (res, code, detail, msg) {
|
|||
title: code + ' ' + detail + ' ' + msg,
|
||||
code: code,
|
||||
detail: detail,
|
||||
msg: msg
|
||||
msg: msg,
|
||||
opengraph: []
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue