Skip to content

Commit

Permalink
WebUI: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobo1 committed Oct 4, 2024
1 parent 4ff0687 commit af17be2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webui/www/private/views/rss.html
Original file line number Diff line number Diff line change
Expand Up @@ -784,11 +784,11 @@
}

// find selected row
let rowId, prevUnreadCount;
let prevUnreadCount;
for (const row of rssFeedTable.getRowValues()) {
if (row.full_data.dataPath === path) {
rowId = row.full_data.rowId;
prevUnreadCount = row.full_data.unread;
break;
}
}

Expand Down

0 comments on commit af17be2

Please sign in to comment.