mirror of
https://github.com/unraid/api.git
synced 2026-01-08 09:39:49 -06:00
fix: vms subscription bound to wrong path
This commit is contained in:
@@ -58,7 +58,7 @@ export const Subscription = {
|
||||
...createSubscription('vars')
|
||||
},
|
||||
vms: {
|
||||
...createSubscription('vms/domain')
|
||||
...createSubscription('vms')
|
||||
},
|
||||
pluginModule: {
|
||||
subscribe: async (_: unknown, directiveArgs: {
|
||||
|
||||
Reference in New Issue
Block a user