ucentral-event: fix phy name splitting

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2024-12-09 08:38:34 +01:00
parent 1de1426a80
commit aa909d9ab8

View File

@@ -489,7 +489,7 @@ function send_pending_events() {
}
function unsub_object(add, id, path) {
let object = split(path, '.');
let object = split(path, '.', 2);
switch (path) {
case 'ratelimit':