Skip to content

Commit

Permalink
Improved: skipping the count items if any of the api for getting item…
Browse files Browse the repository at this point in the history
…s failed (#616)
  • Loading branch information
amansinghbais committed Jan 24, 2025
1 parent fe27880 commit 61d83de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DownloadClosedCountModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ async function fetchBulkCycleCountItems() {
} while(resp.data.itemList?.length >= 100)
} catch(err) {
logger.error(err)
items = []
}
countItems = countItems.concat(items);
Expand Down

0 comments on commit 61d83de

Please sign in to comment.