Skip to content

Commit

Permalink
fix : ajout clé full par défaut
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Sep 21, 2023
1 parent 90a7272 commit b631435
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 @@ -589,6 +589,8 @@ IMap.prototype = {
// on essaye de trouver une configuration existante
if (Config) {
this.apiKey = Object.keys(Config.generalOptions.apiKeys);
} else {
this.apiKey = "full";
}
}

Expand Down

0 comments on commit b631435

Please sign in to comment.