Skip to content

Commit

Permalink
temp disabled getLocalVersionOfStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
ghobs91 committed Jan 27, 2024
1 parent a0d2f35 commit 7abd7f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/forYou.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ function ForYou(props) {

value = filteredItems(value, 'home');
value.forEach(async (item) => {
const localVersionOfStatus = await getLocalVersionOfStatus(item);
if (localVersionOfStatus) {
saveStatus(localVersionOfStatus, instance);
} else {
// const localVersionOfStatus = await getLocalVersionOfStatus(item);
// if (localVersionOfStatus) {
// saveStatus(localVersionOfStatus, instance);
// } else {
saveStatus(item, instance);
}
// }
});
}
return {
Expand Down

0 comments on commit 7abd7f4

Please sign in to comment.