From 576dfc9ca035269e83991f8fb25076d577861d80 Mon Sep 17 00:00:00 2001 From: Dario Piotrowicz Date: Wed, 15 Feb 2023 22:54:27 +0000 Subject: [PATCH] use tabs instead of spaces in oatuh token file --- functions/oauth/token.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/oauth/token.ts b/functions/oauth/token.ts index 395761a..7549c03 100644 --- a/functions/oauth/token.ts +++ b/functions/oauth/token.ts @@ -28,8 +28,8 @@ export async function handleRequest(db: D1Database, request: Request): Promise(request) } catch (err: any) { - // ignore error - } + // ignore error + } let code = data.code if (!code) {