mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-07 07:09:21 +01:00
♻️ refactor for minimal changes
This commit is contained in:
@@ -70,7 +70,7 @@ export const rssRouter = createTRPCRouter({
|
||||
}
|
||||
|
||||
if (input.feedUrls.length === 0) {
|
||||
return [{ feed: undefined, success: false }]
|
||||
return []
|
||||
}
|
||||
|
||||
const result = await Promise.all(
|
||||
|
||||
Reference in New Issue
Block a user