From 789f8a60661699165e54f2eb6c30a9fb7f091224 Mon Sep 17 00:00:00 2001 From: "Jorge Caballero (DataDrivenMD)" <116459476+DataDrivenMD@users.noreply.github.com> Date: Thu, 23 Feb 2023 17:03:28 -0800 Subject: [PATCH] Another linting attempt --- backend/test/mastodon.spec.ts | 2 +- backend/test/mastodon/apps.spec.ts | 2 +- functions/api/v1/apps.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/test/mastodon.spec.ts b/backend/test/mastodon.spec.ts index b0e9437..3773a4b 100644 --- a/backend/test/mastodon.spec.ts +++ b/backend/test/mastodon.spec.ts @@ -238,4 +238,4 @@ describe('Mastodon APIs', () => { assert.equal(results[2].target_actor_acct, 'sven@cloudflare.com') }) }) -}) \ No newline at end of file +}) diff --git a/backend/test/mastodon/apps.spec.ts b/backend/test/mastodon/apps.spec.ts index 9455fb9..b80edc7 100644 --- a/backend/test/mastodon/apps.spec.ts +++ b/backend/test/mastodon/apps.spec.ts @@ -125,4 +125,4 @@ describe('Mastodon APIs', () => { assert.equal(res.status, 403) }) }) -}) \ No newline at end of file +}) diff --git a/functions/api/v1/apps.ts b/functions/api/v1/apps.ts index 8d1bdbb..c341820 100644 --- a/functions/api/v1/apps.ts +++ b/functions/api/v1/apps.ts @@ -65,4 +65,4 @@ export async function handleRequest(db: Database, request: Request, vapidKeys: J 'content-type': 'application/json; charset=utf-8', } return new Response(JSON.stringify(res), { headers }) -} \ No newline at end of file +}