fix for API key
This commit is contained in:
parent
392aad50bb
commit
20733e6645
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ class LanguageDetectionController {
|
|||
LanguageDetectionRequest params,
|
||||
) async {
|
||||
final Requests request = Requests(
|
||||
choreoApiKey: Environment.choreoApi,
|
||||
choreoApiKey: Environment.choreoApiKey,
|
||||
accessToken: accessToken,
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue