Skip to content

Commit

Permalink
WIP: return empty result
Browse files Browse the repository at this point in the history
Signed-off-by: Shinya Hayashi <[email protected]>
  • Loading branch information
peng225 committed Oct 17, 2024
1 parent c5e5e28 commit bbb78d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/mantlebackup_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ func (r *MantleBackupReconciler) replicate(
}
prepareResult, err := r.prepareForDataSynchronization(ctx, backup, r.primarySettings.Client)
if err != nil {
return result, err
return ctrl.Result{}, err
}

// FIXME: Delete this code after implementing export().
Expand Down

0 comments on commit bbb78d8

Please sign in to comment.