prod deploy next test

This commit is contained in:
Samuel Andert 2023-08-22 10:58:11 +02:00
parent ea934c12da
commit 80ac314e1e

View File

@ -16,7 +16,7 @@ const resolveUserFn = async (context: any) => {
return { id: 'user1' };
}
const validateUser = params => {
const validateUser = (params: any) => {
if (!params.user) {
return new Error(`Unauthenticated!`)
}