From 23ecbfb5125b2972143c758fc132ad155e205c44 Mon Sep 17 00:00:00 2001 From: adf-ncgr Date: Fri, 23 Jun 2023 14:39:38 -0600 Subject: [PATCH] add RegionPlaceholders to the models array (good thing @alancleary is detail-oriented!) --- src/app/core/models/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/core/models/index.ts b/src/app/core/models/index.ts index 298b62be..ab39749a 100644 --- a/src/app/core/models/index.ts +++ b/src/app/core/models/index.ts @@ -15,6 +15,7 @@ export const models: any[] = [ Tour, OrganismPlaceholders, GenePlaceholders, + RegionPlaceholders, GET, POST, Request,