Merge pull request #199 from SISheogorath/fix/opengraph

Fix broken error template due to missing opengraph
This commit is contained in:
Sheogorath 2019-10-12 19:48:09 +02:00 committed by GitHub
commit ce99a79352
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,8 @@ function responseError (res, code, detail, msg) {
title: code + ' ' + detail + ' ' + msg,
code: code,
detail: detail,
msg: msg
msg: msg,
opengraph: []
})
}