Skip to content

Commit e328484

Browse files
committed
fix(btw_client_config): Default tools to btw_tools()
1 parent fe974f9 commit e328484

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/btw_client.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ btw_client_config <- function(client = NULL, tools = NULL, config = list()) {
168168
config$tools <-
169169
tools %||%
170170
getOption("btw.tools") %||%
171-
config$tools
171+
config$tools %||%
172+
btw_tools()
172173

173174
config$tools <- flatten_and_check_tools(config$tools)
174175

0 commit comments

Comments
 (0)