Skip to content

Commit 271e380

Browse files
committed
fix
1 parent e67f815 commit 271e380

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/resolvers/user.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ export default {
4646
{ email, utm }: { email: string; utm?: UserDBScheme['utm'] },
4747
{ factories }: ResolverContextBase
4848
): Promise<boolean | string> {
49-
5049
const validatedUtm = validateUtmParams(utm);
5150

5251
let user;

0 commit comments

Comments
 (0)