🐂 Support for session-tracking

This commit is contained in:
Rishi Ghan
2023-07-26 10:15:07 -07:00
parent a2f8d8b1e8
commit 26fdb6d3a4
7 changed files with 90 additions and 49 deletions

View File

@@ -64,9 +64,6 @@ const initialState = {
};
function fileOpsReducer(state = initialState, action) {
switch (action.type) {
case "sessionId":
console.log(action);
break;
case IMS_COMICBOOK_METADATA_FETCHED:
return {
...state,