feat(MED-121): use age+sex specific analysis package variants
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
export const getAnalysisElementMedusaProductIds = (products: ({ metadata?: { analysisElementMedusaProductIds?: string } | null } | null)[]) => {
|
||||
export const getAnalysisElementMedusaProductIds = (products: ({
|
||||
metadata?: {
|
||||
analysisElementMedusaProductIds?: string;
|
||||
} | null;
|
||||
} | null)[]) => {
|
||||
if (!products) {
|
||||
return [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user