From 3fe08eace928cadc380be7ccab0157692ab93676 Mon Sep 17 00:00:00 2001 From: wvxcheung <83677809+wvxcheung@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:29:31 -0400 Subject: [PATCH] chore: add `flowVOl` measure to toronto groups --- graphql/auth.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphql/auth.ts b/graphql/auth.ts index c066a6b..ded11e4 100644 --- a/graphql/auth.ts +++ b/graphql/auth.ts @@ -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 @@ -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: {