Skip to content

Commit 95e491e

Browse files
Forgot to pass in connection object
1 parent 94d59ce commit 95e491e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/getters.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2721,7 +2721,7 @@ function GetVisitAnatomicSite(
27212721

27222722
end
27232723

2724-
function GetSubjectVisit(ids, cohort_id; tab = cohort, join_tab = visit_occurrence)
2724+
function GetSubjectVisit(ids, cohort_id, conn; tab = cohort, join_tab = visit_occurrence)
27252725

27262726
sql =
27272727
From(tab) |>

0 commit comments

Comments
 (0)