Skip to content
Snippets Groups Projects
Commit 5a75dd79 authored by Simon Rainer's avatar Simon Rainer
Browse files

Fix outdated reference to mySaga

parent 633baef6
No related branches found
No related tags found
No related merge requests found
......@@ -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>;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment