Skip to content

Commit

Permalink
Fix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
321zer0 committed Mar 5, 2024
1 parent 9312966 commit bb0df81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2354,7 +2354,7 @@ async fn call_api<'a, 'b>(
projection_level: params.projection_level,
server_version: params.server_version,
source_backup_id: params.source_backup_id,
source_project_id: params.source_project_id,
source_backup_project_id: params.source_project_id,
source_node_index: None, // TODO: add source_node_index
topology: params.topology,
protected: params.protected,
Expand Down

0 comments on commit bb0df81

Please sign in to comment.