Skip to content

Commit

Permalink
DG-28970 | Resolved conflicts for specific files
Browse files Browse the repository at this point in the history
  • Loading branch information
Swapnil Srivastava authored and Swapnil Srivastava committed Dec 13, 2024
1 parent 64daedd commit f33a5c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/sfrest/backup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def execute_backup(options = {})
def execute_rest_backup(rconn, site_nid, name, components)
payload = {
'label' => name,
'callback_url' => 'http://www.example.com',
'components' => components
}.to_json
rconn.post "/api/v1/sites/#{site_nid}/backup", payload
Expand Down

0 comments on commit f33a5c7

Please sign in to comment.