Skip to content

Commit

Permalink
Fix tslint: disable comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Dec 18, 2024
1 parent 58d11e6 commit 91ca342
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const useCohorts = () => {
cohortOptionSelected.value = options.find((option) => option.cohort === cohortSelected.data?.determineCohort?.cohort)
}

// ts-disable:no-floating-promises TODO: This should be awaiting the fetchCohort call
// tslint:disable-next-line:no-floating-promises TODO: This should be awaiting the fetchCohort call
fetchCohort()
}

Expand Down

0 comments on commit 91ca342

Please sign in to comment.