mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
cleanup
This commit is contained in:
parent
1d7cab3a3c
commit
32af0fdb7b
@ -115,14 +115,13 @@ function plugin(options, imports, register) {
|
||||
if (/json/.test(accept)) {
|
||||
var error = {
|
||||
code: statusCode,
|
||||
message: err.message,
|
||||
hostname: options.hostname,
|
||||
scope: options.scope,
|
||||
stack: stack
|
||||
};
|
||||
|
||||
var allowedErrorKeys = [
|
||||
"message", "projectState", "premium", "retryIn", "progress",
|
||||
"message", "projectState", "premium", "retryIn", "progress",
|
||||
"oldHost", "blocked"
|
||||
];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user