diff --git a/frontend/src/store/store.ts b/frontend/src/store/store.ts index 0738c7862ea8239ba254209783707db12434c693..9b21c9af88a052252d52f0b264e8d4d372102bcd 100644 --- a/frontend/src/store/store.ts +++ b/frontend/src/store/store.ts @@ -59,6 +59,6 @@ export const store = configureStore({ const path = window.location.pathname store.dispatch(connect("wss://mpvsync.de:8432/" + path)); -sagaMiddleware.run(mySaga); +sagaMiddleware.run(rootSaga); export type RootState = ReturnType<typeof store.getState>;