mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
no underscore
This commit is contained in:
parent
b79214a6af
commit
71e4b2d30d
@ -122,7 +122,7 @@ function plugin(options, imports, register) {
|
||||
|
||||
var allowedErrorKeys = [
|
||||
"message", "projectState", "premium", "retryIn", "progress",
|
||||
"oldHost", "blocked", "className", "errors", "sub_type"
|
||||
"oldHost", "blocked", "className", "errors", "subtype"
|
||||
];
|
||||
|
||||
allowedErrorKeys.forEach(function(key) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user