From 330499134fe2436dddb4f27b19b064de657011ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 17:44:07 +0000 Subject: [PATCH] style: auto format --- lib/routes/ea/apex-news.ts | 2 +- lib/routes/ea/namespace.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/routes/ea/apex-news.ts b/lib/routes/ea/apex-news.ts index 7127b5e2d2..c041cb2014 100644 --- a/lib/routes/ea/apex-news.ts +++ b/lib/routes/ea/apex-news.ts @@ -63,7 +63,7 @@ async function handler(ctx) { link: item.link, pubDate: item.pubDate, })), - image: 'https://drop-assets.ea.com/images/F1GeiHWipvvKj7GtUVP3U/31bb122451e2dea6d14c9b497f8e09d4/apex-white-nav-logo.svg' + image: 'https://drop-assets.ea.com/images/F1GeiHWipvvKj7GtUVP3U/31bb122451e2dea6d14c9b497f8e09d4/apex-white-nav-logo.svg', }; } export const route: Route = { diff --git a/lib/routes/ea/namespace.ts b/lib/routes/ea/namespace.ts index 173ab8e4b1..1bed4acf51 100644 --- a/lib/routes/ea/namespace.ts +++ b/lib/routes/ea/namespace.ts @@ -2,5 +2,5 @@ import type { Namespace } from '@/types'; export const namespace: Namespace = { name: 'EA Games', - url: 'www.ea.com' + url: 'www.ea.com', };