fix for API key

This commit is contained in:
ggurdin 2024-05-22 13:21:08 -04:00
parent 392aad50bb
commit 20733e6645

View file

@ -123,7 +123,7 @@ class LanguageDetectionController {
LanguageDetectionRequest params,
) async {
final Requests request = Requests(
choreoApiKey: Environment.choreoApi,
choreoApiKey: Environment.choreoApiKey,
accessToken: accessToken,
);