Skip to content

Commit

Permalink
pdf fetching issue comment resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
pavankumarpatil1 committed Feb 13, 2023
1 parent 7a68b32 commit 471f4ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/screens/InspectionCapture/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export default function InspectionCapture() {
try {
const promises = Object.values(mapTasksToSights)
.filter(((taskBySight) => sightIds.includes(taskBySight.id)))
.map((taskBySight) => taskBySight)
.map(mapTaskBySightToTasknames)
.flat()
.concat([taskName])
Expand Down

0 comments on commit 471f4ab

Please sign in to comment.