commit 057ada1c4420c70eaa6cc102bcbf63bdcf302d8b parent 1d698f7da6655a5cf743c6bc388550464e97e15e Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 14 Jan 2022 20:17:27 +0100 Make linter happy again Diffstat:
| M | pages/api/posts/feed.rss.ts | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/pages/api/posts/feed.rss.ts b/pages/api/posts/feed.rss.ts @@ -121,7 +121,9 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse) }); } } - } catch {/*noop*/ } + } catch { + /*noop*/ + } feed.addCategory("Photography"); feed.addCategory("Media");