Fix missing commas in environments files

This commit is contained in:
Thomas Bloor 2018-05-24 12:27:06 +01:00
parent f05a5816e4
commit a6e5412e40
No known key found for this signature in database
GPG key ID: 4657C7EBE42CC5CC
2 changed files with 1 additions and 1 deletions

View file

@ -8,5 +8,5 @@ export const environment = {
apiUrl: 'https://dev.peartrade.org/api', apiUrl: 'https://dev.peartrade.org/api',
mapApiKey: 'CHANGEME', mapApiKey: 'CHANGEME',
enableAnalytics: false, enableAnalytics: false,
analyticsKey: 'CHANGEME' analyticsKey: 'CHANGEME',
}; };