WAT-4: Initial code analysis config
This commit is contained in:
@@ -12,6 +12,5 @@ export async function fetchPlexWatchlistFeed({ pageParam }) {
|
||||
],
|
||||
},
|
||||
});
|
||||
let result = rssParser.parseURL(pageParam);
|
||||
return result;
|
||||
return rssParser.parseURL(pageParam);
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
<title>Plex Watchlist</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user