WAT-4: Initial code analysis config

This commit is contained in:
2024-06-27 23:56:43 -04:00
parent b9b4a31f37
commit 655bb77d3b
13 changed files with 351 additions and 42 deletions

View File

@@ -12,6 +12,5 @@ export async function fetchPlexWatchlistFeed({ pageParam }) {
],
},
});
let result = rssParser.parseURL(pageParam);
return result;
return rssParser.parseURL(pageParam);
}