瀏覽代碼

fix(mediaDeviceHelper): fix typo in dispatch

master
paweldomas 4 年之前
父節點
當前提交
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…
取消
儲存