From e317211ecc792dcbc8cebea16c0ef31f00ec0b28 Mon Sep 17 00:00:00 2001 From: Colin Adams Date: Wed, 20 Oct 2021 15:24:34 -0700 Subject: [PATCH] Add FAST as a supervision office --- spotlight-client/src/contentApi/sources/us_pa.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/spotlight-client/src/contentApi/sources/us_pa.ts b/spotlight-client/src/contentApi/sources/us_pa.ts index 78f5f530..172e5ca4 100644 --- a/spotlight-client/src/contentApi/sources/us_pa.ts +++ b/spotlight-client/src/contentApi/sources/us_pa.ts @@ -678,6 +678,7 @@ const content: TenantContent = { { id: "CO", label: "Central Office" }, { id: "10", label: "Chester" }, { id: "06", label: "Erie" }, + { id: "FAST", label: "Fugitive Apprehension Search Teams" }, { id: "03", label: "Harrisburg" }, { id: "08", label: "Mercer" }, { id: "01", label: "Philadelphia" },