Update src/mixer/state.ts

Ah, duh!

Co-authored-by: Marks Polakovs <github@markspolakovs.me>
This commit is contained in:
Matthew Stratford 2020-10-14 21:07:52 +01:00 committed by GitHub
parent e316962ae4
commit 99a74c4ab7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -753,8 +753,7 @@ export const openMicrophone = (
};
export const setMicProcessingEnabled = (enabled: boolean): AppThunk => async (
dispatch,
_
dispatch
) => {
dispatch(mixerState.actions.setMicProcessingEnabled(enabled));
audioEngine.setMicProcessingEnabled(enabled);