From 47cd6d7dfe1f3ad0b6e74ecf67b0c3579b7315b3 Mon Sep 17 00:00:00 2001 From: filou Date: Thu, 16 Jan 2025 17:24:26 +0100 Subject: [PATCH] naming --- front/migrations/20250116_backfill_google_drive_source_url.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/migrations/20250116_backfill_google_drive_source_url.ts b/front/migrations/20250116_backfill_google_drive_source_url.ts index b64a6dcf51a0..cacd42bbbffb 100644 --- a/front/migrations/20250116_backfill_google_drive_source_url.ts +++ b/front/migrations/20250116_backfill_google_drive_source_url.ts @@ -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}.` ); }