Skip to content

Commit

Permalink
Fix Imports function loading
Browse files Browse the repository at this point in the history
  • Loading branch information
phillc73 committed Jan 27, 2016
1 parent 86fe06b commit 9af1ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/b2GetUploadUrl.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ b2GetUploadUrl <- function(bucketId) {
httr::POST(
paste(
accountAuthorization$apiUrl,"/b2api/v1/b2_get_upload_url", sep = ""
), body = jsonlite::toJSON(jsonlite::unbox(bucketId), pretty = TRUE), httr::httr::add_headers(
), body = jsonlite::toJSON(jsonlite::unbox(bucketId), pretty = TRUE), httr::add_headers(
'Authorization' = as.character(accountAuthorization$authorizationToken)
)
)
Expand Down

0 comments on commit 9af1ece

Please sign in to comment.