Skip to content

Commit

Permalink
fix qol change in databasedetails
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Feb 17, 2025
1 parent e30d5aa commit a83a7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ExtractData.R
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ createDatabaseDetails <- function(
tempEmulationSchema = cdmDatabaseSchema,
cohortDatabaseSchema = cdmDatabaseSchema,
cohortTable = "cohort",
outcomeDatabaseSchema = cdmDatabaseSchema,
outcomeDatabaseSchema = cohortDatabaseSchema,
outcomeTable = cohortTable,
targetId = NULL,
outcomeIds = NULL,
Expand Down

0 comments on commit a83a7dc

Please sign in to comment.