fix(SW-2659): pass input to userTrackingInfo since lang needs to be passed from client
This commit is contained in:
committed by
Michael Zetterberg
parent
8cb63c4947
commit
aaffcba94a
@@ -5,6 +5,9 @@ import { Lang } from "@/constants/languages"
|
||||
import { signUpSchema } from "@/components/Forms/Signup/schema"
|
||||
|
||||
// Query
|
||||
export const userTrackingInput = z.object({
|
||||
lang: z.nativeEnum(Lang).optional(),
|
||||
})
|
||||
export const staysInput = z
|
||||
.object({
|
||||
cursor: z
|
||||
|
||||
Reference in New Issue
Block a user