diff --git a/lib/pangea/controllers/language_detection_controller.dart b/lib/pangea/controllers/language_detection_controller.dart index 7b4571c5d..0ff18b556 100644 --- a/lib/pangea/controllers/language_detection_controller.dart +++ b/lib/pangea/controllers/language_detection_controller.dart @@ -123,7 +123,7 @@ class LanguageDetectionController { LanguageDetectionRequest params, ) async { final Requests request = Requests( - choreoApiKey: Environment.choreoApi, + choreoApiKey: Environment.choreoApiKey, accessToken: accessToken, );