From 80ac314e1e99ecb6b2b773136e9da3c7b05e58a2 Mon Sep 17 00:00:00 2001 From: Samuel Andert Date: Tue, 22 Aug 2023 10:58:11 +0200 Subject: [PATCH] prod deploy next test --- src/envelopePlugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/envelopePlugin.ts b/src/envelopePlugin.ts index fcc3c06..4ef3fb8 100644 --- a/src/envelopePlugin.ts +++ b/src/envelopePlugin.ts @@ -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!`) }