summaryrefslogtreecommitdiffstats
path: root/webapp/utils/client.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/utils/client.jsx')
-rw-r--r--webapp/utils/client.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/utils/client.jsx b/webapp/utils/client.jsx
index 854aa31dc..6c784c11c 100644
--- a/webapp/utils/client.jsx
+++ b/webapp/utils/client.jsx
@@ -770,7 +770,7 @@ export function createChannel(channel, success, error) {
}
});
- track('api', 'api_channels_create', channel.type, 'name', channel.name);
+ track('api', 'api_channels_create');
}
export function createDirectChannel(channel, userId, success, error) {
@@ -787,7 +787,7 @@ export function createDirectChannel(channel, userId, success, error) {
}
});
- track('api', 'api_channels_create_direct', channel.type, 'name', channel.name);
+ track('api', 'api_channels_create_direct');
}
export function updateChannel(channel, success, error) {