fix: Enum "registrationType" cannot represent value: "INVALID"

This commit is contained in:
Alexis Tyler
2021-04-28 03:17:50 +09:30
parent e9fa31f28e
commit 3719b06c50

View File

@@ -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,