Skip to content

Commit 2a39584

Browse files
committed
remove httr usage
1 parent b4e84e4 commit 2a39584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/api_source_mpc.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@
504504
rstac::items_sign(
505505
items,
506506
sign_fn = rstac::sign_planetary_computer(
507-
httr::add_headers("Ocp-Apim-Subscription-Key" = access_key)
507+
headers = c("Ocp-Apim-Subscription-Key" = access_key)
508508
)
509509
)
510510
)

0 commit comments

Comments
 (0)