fixed trailing comma

This commit is contained in:
Aaron van Meerten 2017-05-23 09:37:06 -05:00
parent 1a892a689e
commit e91c62142d
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class Analytics {
handlers => {
const permanentProperties = {
roomName: APP.conference.roomName,
userAgent: navigator.userAgent,
userAgent: navigator.userAgent
};
const { group, server } = APP.store.getState()['features/jwt'];