Skip to content

Commit

Permalink
remove throw
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzuraw committed Oct 28, 2024
1 parent d699ebd commit b180eaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/webhook-utils/src/webhook-migration-runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export class WebhookMigrationRunner {
await updater.update();

logger.info(`Migration finished successfully for ${saleorApiUrl}`);
throw new Error("Test migration error");
} catch (error) {
switch (true) {
case error instanceof WebhookMigrationAppPermissionDeniedError:
Expand Down

0 comments on commit b180eaf

Please sign in to comment.