Skip to content

Commit

Permalink
Merge pull request #717 from molgenis/chore/resource-api
Browse files Browse the repository at this point in the history
chore: remove spinner from resource upload
  • Loading branch information
timcadman authored Mar 26, 2024
2 parents fef166e + 89224ae commit 2fb6825
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/release/test-cases/upload-resource.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ post_resource_to_api <- function(project, key, auth_type, file, folder, name, ur
))

# Run spinner while waiting for response
ansi_with_hidden_cursor(run_spinner(spinner))
# Response will come when ready
response <- value(api_call)
# Set do_run_spinner to false, causing the spinner to stop running, see spin_till_done method
Expand Down

0 comments on commit 2fb6825

Please sign in to comment.