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:
parent
198db86c54
commit
bf3fbbc363
1 changed files with 1 additions and 1 deletions
|
|
@ -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`,
|
||||
|
|
|
|||
Loading…
Reference in a new issue