Skip to content

Commit

Permalink
fix : needsGetConfig true si pas de clé fournie
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Sep 21, 2023
1 parent b631435 commit a7fa69d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Interface/IMapBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,9 @@ IMap.prototype = {
if (Config) {
this.apiKey = Object.keys(Config.generalOptions.apiKeys);
} else {
// clé full par défaut et on charge la config
this.apiKey = "full";
needsGetConfig = true;
}
}

Expand Down

0 comments on commit a7fa69d

Please sign in to comment.