Przeglądaj źródła

fix(mediaDeviceHelper): fix typo in dispatch

j8
paweldomas 5 lat temu
rodzic
commit
812af33a4d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      modules/devices/mediaDeviceHelper.js

+ 1
- 1
modules/devices/mediaDeviceHelper.js Wyświetl plik

@@ -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
                 }));

Ładowanie…
Anuluj
Zapisz