Fix missing commas in environments files
This commit is contained in:
parent
304647daac
commit
dd01de142c
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