mirror of
https://github.com/unraid/api.git
synced 2026-01-13 20:19:56 -06:00
fix: Enum "registrationType" cannot represent value: "INVALID"
This commit is contained in:
@@ -16,7 +16,7 @@ export default async (_: unknown, __: unknown, context: Context) => {
|
||||
|
||||
return {
|
||||
guid: varState.data.regGuid,
|
||||
type: varState.data.regTy.toUpperCase(),
|
||||
type: varState.data.regTy,
|
||||
state: varState.data.regState,
|
||||
keyFile: {
|
||||
location: varState.data.regFile,
|
||||
|
||||
Reference in New Issue
Block a user