From 41b47390f7b93ead4da9ed6f0e20fefe57067094 Mon Sep 17 00:00:00 2001 From: Dario Piotrowicz Date: Wed, 15 Feb 2023 22:54:49 +0000 Subject: [PATCH] remove unnecessary any --- functions/oauth/token.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/oauth/token.ts b/functions/oauth/token.ts index 7549c03..87e8d54 100644 --- a/functions/oauth/token.ts +++ b/functions/oauth/token.ts @@ -27,7 +27,7 @@ export async function handleRequest(db: D1Database, request: Request): Promise(request) - } catch (err: any) { + } catch (err) { // ignore error }