mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
fix: Cannot call method 'setUser' of undefined
fixes https://github.com/c9/newclient/issues/10691
This commit is contained in:
parent
888ea0cfcf
commit
f18077cd9b
@ -61,7 +61,7 @@ function plugin(options, imports, register) {
|
||||
errorClient: clients.error,
|
||||
warningClient: clients.warning,
|
||||
customClient: function(name) {
|
||||
return client[name];
|
||||
return clients[name];
|
||||
},
|
||||
customData: customData
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user