Merge pull request #318 from kevinpollet/patch-1

Fix typo in googlemapssearch service name
This commit is contained in:
Amauri CHAMPEAUX 2019-06-13 08:59:22 +02:00 committed by GitHub
commit 72575cf0d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1190,7 +1190,7 @@ tarteaucitron.services.googlemaps = {
tarteaucitron.services.googlemapssearch = { tarteaucitron.services.googlemapssearch = {
"key": "googlemapssearch", "key": "googlemapssearch",
"type": "api", "type": "api",
"name": "Google Maps Seard API", "name": "Google Maps Search API",
"uri": "https://adssettings.google.com/", "uri": "https://adssettings.google.com/",
"needConsent": true, "needConsent": true,
"cookies": ['nid'], "cookies": ['nid'],