Skip to content

Commit 55d985b

Browse files
RKBoss6Copilot
andauthored
Update index.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d81eca2 commit 55d985b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ function handleAppInterface(app) {
502502
}
503503

504504
function changeAppFavourite(favourite, app,refresh=true) {
505-
let inDatabase=SETTINGS.appsFavoritedThisSession.find(obj => obj.id === app.id);
505+
506506

507507
if (favourite) {
508508
SETTINGS.appsFavoritedThisSession.push({"id":app.id,"favs":appSortInfo[app.id]&&appSortInfo[app.id].favourites?appSortInfo[app.id].favourites:0});

0 commit comments

Comments
 (0)