fixed trailing comma
This commit is contained in:
parent
4ffe668dd2
commit
bc9ef4421a
|
@ -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'];
|
||||
|
|
Loading…
Reference in New Issue