Fix missing commas in environments files
This commit is contained in:
parent
f05a5816e4
commit
a6e5412e40
2 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@ export const environment = {
|
|||
apiUrl: 'https://dev.peartrade.org/api',
|
||||
mapApiKey: 'CHANGEME',
|
||||
enableAnalytics: false,
|
||||
analyticsKey: 'CHANGEME'
|
||||
analyticsKey: 'CHANGEME',
|
||||
};
|
||||
|
|
Binary file not shown.
Reference in a new issue