🔧 Refactoring

This commit is contained in:
2021-09-13 01:26:09 -07:00
parent 0e085f6f06
commit e95eeb5f27
3 changed files with 4 additions and 14 deletions

View File

@@ -85,6 +85,9 @@ export const fetchComicBookMetadata = (options) => async (dispatch) => {
dataTransferred: true,
});
});
socket.on("comicBookExists", (data) => {
console.log(data);
});
};
export const getComicBooks = (options) => async (dispatch) => {