Skip to content

Commit

Permalink
feat: added redirection for algodriven (MN-445)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakglobant committed Jan 5, 2024
1 parent 2a3ba6f commit 98db517
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/screens/InspectionCapture/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ export default function InspectionCapture() {
} catch (error) {
console.error(error);
}

window.location.href = "https://evalexpert.io/v1/monk-ai/image-upload-success";
}
if (isLastTour && info.vm) {
navigation.navigate(names.INSPECTION_REPORT, { inspectionId, vehicleType });
Expand Down

0 comments on commit 98db517

Please sign in to comment.