Skip to content

Commit

Permalink
fix(mediaDeviceHelper): fix typo in dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
paweldomas authored and jallamsetty1 committed Sep 23, 2020
1 parent 7f17c2e commit 812af33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/devices/mediaDeviceHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export default {
})
.catch(err => {
audioTrackError = err;
showError && APP.store.disptach(notifyMicError(err));
showError && APP.store.dispatch(notifyMicError(err));

return [];
}));
Expand Down

0 comments on commit 812af33

Please sign in to comment.