Skip to content

Commit

Permalink
chore: add flowVOl measure to toronto groups
Browse files Browse the repository at this point in the history
  • Loading branch information
wvxcheung committed Sep 5, 2024
1 parent 31bc93d commit 3fe08ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphql/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const groups: { readonly [authGroup: string]: AuthFilters } = {
whereNotIn: ['datasetID', ['NML-WWMPOX', 'OMECP']],
},
measures: {
whereIn: ['measure', ["covN2", "covN200U", "fluA", "fluB", "rsvA", "rsvB"]]
whereIn: ['measure', ["covN2", "covN200U", "fluA", "fluB", "rsvA", "rsvB", "flowVol"]]
}
},
omecp: { // as OMECP conditions TBD, use OMECP group as TPH group and rename afterwards
Expand All @@ -55,7 +55,7 @@ export const groups: { readonly [authGroup: string]: AuthFilters } = {
whereNotIn: ['datasetID', ['NML-WWMPOX', 'OMECP']],
},
measures: {
whereIn: ['measure', ["covN2", "covN200U", "fluA", "fluB", "rsvA", "rsvB"]]
whereIn: ['measure', ["covN2", "covN200U", "fluA", "fluB", "rsvA", "rsvB", "flowVol"]]
},
},
open: {
Expand Down

0 comments on commit 3fe08ea

Please sign in to comment.