Skip to content

Commit

Permalink
Getting rid of "Retain Cohort Covariates" feature leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-odysseus committed Oct 8, 2024
1 parent d5ad1b5 commit 9bdeec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/services/CohortDefinition.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ define(function (require, exports) {
}


function generate(cohortDefinitionId, sourceKey, retainCohortCovariates, widthDemographic) {
return httpService.doGet(`${config.webAPIRoot}cohortdefinition/${cohortDefinitionId}/generate/${sourceKey}?demographic=${widthDemographic}`); }
function generate(cohortDefinitionId, sourceKey, withDemographic) {
return httpService.doGet(`${config.webAPIRoot}cohortdefinition/${cohortDefinitionId}/generate/${sourceKey}?demographic=${withDemographic}`); }


function cancelGenerate(cohortDefinitionId, sourceKey) {
Expand Down

0 comments on commit 9bdeec0

Please sign in to comment.