mirror of
https://github.com/unraid/api.git
synced 2026-04-29 03:29:34 -05:00
fix: ensure regTy is always uppercase
This commit is contained in:
@@ -176,13 +176,13 @@ enum mdState {
|
||||
|
||||
enum registrationType {
|
||||
"""Basic"""
|
||||
Basic
|
||||
BASIC
|
||||
"""Plus"""
|
||||
Plus
|
||||
PLUS
|
||||
"""Pro"""
|
||||
Pro
|
||||
"""Invalid"""
|
||||
Invalid
|
||||
PRO
|
||||
"""nvalid"""
|
||||
INVALID
|
||||
}
|
||||
|
||||
enum registrationState {
|
||||
|
||||
Reference in New Issue
Block a user