Skip to content

Commit

Permalink
Update pkgs/dart_services/lib/src/common_server.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Parker Lougheed <parlough@gmail.com>
  • Loading branch information
devoncarew and parlough authored Jun 4, 2024
1 parent 5a8f5c4 commit 275b708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/dart_services/lib/src/common_server.dart
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class CommonServerApi {
return ok(version().toJson());
}

static String? googleApiKey = Platform.environment['GOOGLE_API_KEY'];
static final String? googleApiKey = Platform.environment['GOOGLE_API_KEY'];
http.Client? geminiHttpClient;

@Route.post('$apiPrefix/_gemini')
Expand Down

0 comments on commit 275b708

Please sign in to comment.