tankonstin-labs / taburette

Tab showcase web application
MIT License
1 stars 0 forks source link

review if `toggleSorting` is a copypaste vestige #15

Closed github-actions[bot] closed 7 months ago

github-actions[bot] commented 7 months ago

https://github.com/tankonstin-labs/taburette/blob/2ea55361377d6fd845a387067e18746afc5cd4b0/vanguarde/src/redux/songs.js#L37


    };
}

const { actions, reducer } = songsSlice;
// TODO: review if `toggleSorting` is a copypaste vestige
export const { fetchBegin, fetchSongListSuccess, fetchError, toggleSorting } = actions;
export default reducer;