Skip to content

Commit

Permalink
Merge pull request #430 from monkvision/feature/MN-203/pdf_not_fetched
Browse files Browse the repository at this point in the history
pdf fetching issue is resolved
  • Loading branch information
pavankumarpatil1 authored Feb 13, 2023
2 parents 14a51c9 + 471f4ab commit 55b53c9
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.task.name)
.map(mapTaskBySightToTasknames)
.flat()
.concat([taskName])
Expand Down

0 comments on commit 55b53c9

Please sign in to comment.