Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperolet committed Jan 16, 2025
1 parent a842a90 commit 47cd6d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front/migrations/20250116_backfill_google_drive_source_url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ async function backfillSpreadsheets(
{ replacements: { urls, nodeIds } }
);
logger.info(
`Updated ${rows.length} folders from id ${rows[0].id} to id ${rows[rows.length - 1].id}.`
`Updated ${rows.length} spreadsheets from id ${rows[0].id} to id ${rows[rows.length - 1].id}.`
);
} else {
logger.info(
`Would update ${rows.length} folders from id ${rows[0].id} to id ${rows[rows.length - 1].id}.`
`Would update ${rows.length} spreadsheets from id ${rows[0].id} to id ${rows[rows.length - 1].id}.`
);
}

Expand Down

0 comments on commit 47cd6d7

Please sign in to comment.