Skip to content

Commit 98c8657

Browse files
committed
Fix small bug in articles
1 parent 89c82b4 commit 98c8657

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FFOracle/Controllers/Internal/EspnController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public async Task<IActionResult> GetArticlesForLeague(Guid leagueId, [FromQuery]
100100
.ToList();
101101

102102
// return all articles
103-
return Ok(articles);
103+
return Ok(uniqueArticles);
104104
}
105105
catch (Exception ex)
106106
{

0 commit comments

Comments
 (0)