Skip to content

Commit

Permalink
Don't set user preferences for cart RSS feed. Closes #1520
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusIII committed Feb 18, 2024
1 parent 5a0d319 commit b1f9643
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Controllers/RssController.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ public function showRssDesc(): void
*/
public function cartRss(Request $request): JsonResponse|array
{
$this->setPreferences();
$rss = new RSS();
$offset = 0;
$user = $this->userCheck($request);
Expand Down

0 comments on commit b1f9643

Please sign in to comment.