From 365e5174f3c44e40fcab10668b903a801adb62df Mon Sep 17 00:00:00 2001 From: bwees Date: Wed, 18 Sep 2024 16:17:57 -0500 Subject: [PATCH] update api key for google map suggestions --- app/data/api_query.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/data/api_query.ts b/app/data/api_query.ts index d9347a0..ed1da28 100644 --- a/app/data/api_query.ts +++ b/app/data/api_query.ts @@ -228,7 +228,7 @@ export const useSearchSuggestion = (query: string) => { queryKey: ["searchSuggestion", query], queryFn: async () => { let dataSources: Promise[] = [ - findLocations(query, "AIzaSyA89ax74We8sxQcmzDgPTgEUoXMBsc3lG0") + findLocations(query, "AIzaSyD-Ap8GzlFWIUOwqMnYpxRjwwAyhpb3ljQ") ] // we need data from pattern paths to get the stop GPS locations