Skip to content

Commit

Permalink
fix: added console.info back
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelFerrand committed Feb 6, 2025
1 parent 8c39255 commit d246950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions back/src/users/bulk-creation/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export async function bulkCreate(opts: Opts): Promise<void> {

// perform validation
for (const company of companiesRows) {
console.info(`Validate company ${company.siret}`);
try {
const validCompany = await companyValidationSchema.validate(company);
companies.push(validCompany);
Expand Down

0 comments on commit d246950

Please sign in to comment.