Fix typo in telemetry entry (#4134)

See contribution that fixes this in the Redux repo: https://github.com/mattermost/mattermost-redux/pull/1116
This commit is contained in:
Jason Blais 2020-04-19 21:37:11 -04:00 committed by GitHub
parent 198db86c54
commit bf3fbbc363
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1393,7 +1393,7 @@ export default class Client4 {
};
updateChannelNotifyProps = async (props: any) => {
this.trackEvent('api', 'api_users_update_channel_notifcations', {channel_id: props.channel_id});
this.trackEvent('api', 'api_users_update_channel_notifications', {channel_id: props.channel_id});
return this.doFetch(
`${this.getChannelMemberRoute(props.channel_id, props.user_id)}/notify_props`,