Skip to content

Commit

Permalink
fix: apikey renamed to key
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed May 10, 2023
1 parent 6fc0773 commit e2a130f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {CoCreateMapGetLocation} from './location.js';
/*const CoCreateMapAutocomplete = require('./autocomplete');*/

// const loader = new Loader({
// apiKey: "AIzaSyAQsud7vA9plHy7FGIicfQ5IiwtJFIreVg",
// key: "AIzaSyAQsud7vA9plHy7FGIicfQ5IiwtJFIreVg",
// version: "weekly",
// });

Expand Down
2 changes: 1 addition & 1 deletion src/map.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// import { Loader } from "@googlemaps/js-api-loader";

// const loader = new Loader({
// apiKey: "AIzaSyAQsud7vA9plHy7FGIicfQ5IiwtJFIreVg",
// key: "AIzaSyAQsud7vA9plHy7FGIicfQ5IiwtJFIreVg",
// version: "weekly",
// });

Expand Down

0 comments on commit e2a130f

Please sign in to comment.