Skip to content

Commit

Permalink
Merge pull request #10 from newfold-labs/PRESS-1202
Browse files Browse the repository at this point in the history
fail conditon added
  • Loading branch information
ramyakrishnai authored Apr 30, 2024
2 parents 13790e3 + 52d77af commit 5bb2da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Migration.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function delete_plugin( $file ) {
'data' => array(),
);
EventService::send( $event );
} else {
} elseif ( 'failed' === $isMigrationCompleted ) {
$event = array(
'category' => 'wonder_start',
'action' => 'migration_failed',
Expand Down

0 comments on commit 5bb2da8

Please sign in to comment.