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 +}