Skip to content

Commit 9dffb97

Browse files
committed
remove redundant plotly_build() call
1 parent 5befc5b commit 9dffb97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/testthat.R

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ save_outputs <- function(gg, name) {
5252
})
5353
} else {
5454
tryWhile({
55-
p <- plotly_build(p)
56-
p$filename=name
55+
p$filename <- name
5756
resp <- plotly_POST(p)
5857
resp$url
5958
})

0 commit comments

Comments
 (0)