Skip to content

Commit

Permalink
update api key for google map suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
bwees committed Sep 18, 2024
1 parent 47290d9 commit 365e517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/data/api_query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export const useSearchSuggestion = (query: string) => {
queryKey: ["searchSuggestion", query],
queryFn: async () => {
let dataSources: Promise<any>[] = [
findLocations(query, "AIzaSyA89ax74We8sxQcmzDgPTgEUoXMBsc3lG0")
findLocations(query, "AIzaSyD-Ap8GzlFWIUOwqMnYpxRjwwAyhpb3ljQ")
]

// we need data from pattern paths to get the stop GPS locations
Expand Down

0 comments on commit 365e517

Please sign in to comment.