mirror of
https://github.com/kennethnym/aris.git
synced 2026-06-16 20:41:18 +01:00
fix: require server env vars (#129)
This commit is contained in:
@@ -15,7 +15,7 @@ export class GoogleMapsSourceProvider implements FeedSourceProvider {
|
||||
|
||||
constructor(options: GoogleMapsSourceProviderOptions) {
|
||||
if (!nonEmptyString(options.apiKey)) {
|
||||
throw new Error("Google Maps MCP API key must be configured")
|
||||
throw new Error("Google Maps API key must be configured")
|
||||
}
|
||||
|
||||
this.apiKey = options.apiKey
|
||||
|
||||
Reference in New Issue
Block a user