Skip to content

Commit

Permalink
Update apps/civicsignalblog/migrations/20241122_054517_migration.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Clemence Kyara <[email protected]>
  • Loading branch information
m453h and kilemensi authored Nov 22, 2024
1 parent aa306b8 commit e496b96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export async function up({ payload }: MigrateUpArgs): Promise<void> {
`✓ Successfully migrated global config [${oldGlobalConfigType}] to [${newGlobalConfigType}]`,
);
} catch (error) {
payload.logger.error("Error: Migration failed.");
payload.logger.error("Error: Migration 20241122_054517 failed.");
throw error;
}
}
Expand Down

0 comments on commit e496b96

Please sign in to comment.