commit 0f6af20f5a166a508778fcf750de6ca22e28376c
parent 1e3536973d1014817f874839956025179f82bdeb
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 14 Jan 2022 20:01:41 +0100
Fix linter errors
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/pages/api/posts/feed.rss.ts b/pages/api/posts/feed.rss.ts
@@ -112,10 +112,8 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
image: client?.downloadLink(imageEvent.content["m.file"].url)
});
}
-
}
-
- } catch { }
+ } catch {/*noop*/ }
feed.addCategory("Photography");
feed.addCategory("Media");