Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 7642240

Browse files
authored
Merge pull request #68 from stemangiola/fix-66
Fix #66
2 parents 2b79209 + 44dd7e7 commit 7642240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/query.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ get_metadata <- function(
383383
db_path,
384384
progress(type = "down", con = stderr())
385385
)
386-
table <- duckdb() |>
386+
duckdb() |>
387387
dbConnect(drv = _, read_only = TRUE) |>
388388
tbl(db_path)
389389
}

0 commit comments

Comments
 (0)