From 60c2c409b0d394b44f44db23351cdaf3592dc894 Mon Sep 17 00:00:00 2001 From: Pablo Lara Date: Mon, 11 Nov 2024 13:02:03 +0100 Subject: [PATCH] fix: apply prettier to fix an error coming from main branch --- actions/auth/auth.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/actions/auth/auth.ts b/actions/auth/auth.ts index 3b7195688a..e0de4422b6 100644 --- a/actions/auth/auth.ts +++ b/actions/auth/auth.ts @@ -67,7 +67,6 @@ export const createNewUser = async ( }, }, }; - try { const response = await fetch(url.toString(), {