소스 검색

fix(mediaDeviceHelper): fix typo in dispatch

j8
paweldomas 5 년 전
부모
커밋
812af33a4d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      modules/devices/mediaDeviceHelper.js

+ 1
- 1
modules/devices/mediaDeviceHelper.js 파일 보기

@@ -209,7 +209,7 @@ export default {
209 209
                 })
210 210
                 .catch(err => {
211 211
                     audioTrackError = err;
212
-                    showError && APP.store.disptach(notifyMicError(err));
212
+                    showError && APP.store.dispatch(notifyMicError(err));
213 213
 
214 214
                     return [];
215 215
                 }));

Loading…
취소
저장