Skip to content

Commit

Permalink
fix: track import percentages
Browse files Browse the repository at this point in the history
  • Loading branch information
faouziMohamed committed Nov 15, 2023
1 parent e3b8468 commit c3d3fef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Services/codes.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export async function checkCodeImportStatus(
statusCode: response.status,
message: 'Une erreur non attendu est survenue',
timestamp: new Date().toDateString(),
processedPercentage: -1,
};
}
return (await response.json()) as CodeImportStatus;
Expand Down

1 comment on commit c3d3fef

@vercel
Copy link

@vercel vercel bot commented on c3d3fef Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.