mirror of
https://github.com/unraid/api.git
synced 2026-01-15 13:10:01 -06:00
fix: add owner subscription and fix registration typo
This commit is contained in:
@@ -87,9 +87,12 @@ export const Subscription = {
|
||||
}
|
||||
},
|
||||
registation: {
|
||||
...createSubscription('registation')
|
||||
...createSubscription('registration')
|
||||
},
|
||||
online: {
|
||||
...createSubscription('online')
|
||||
},
|
||||
owner: {
|
||||
...createSubscription('owner')
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user