refactor: zod validation and pr comments
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import {
|
||||
ContactConfig,
|
||||
ContactFieldGroups,
|
||||
} from "@/types/requests/contactConfig"
|
||||
} from "@/server/routers/contentstack/contactConfig/output"
|
||||
|
||||
export function getValueFromContactConfig(
|
||||
keyString: string,
|
||||
@@ -16,4 +16,5 @@ export function getValueFromContactConfig(
|
||||
|
||||
return fieldGroup[key]
|
||||
}
|
||||
return undefined
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user