Skip to content

Commit

Permalink
fail conditon added
Browse files Browse the repository at this point in the history
  • Loading branch information
manikantakailasa committed Apr 30, 2024
1 parent 13790e3 commit 52d77af
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 52d77af

Please sign in to comment.