diff --git a/src/client/actions/fileops.actions.tsx b/src/client/actions/fileops.actions.tsx index 8cf4c29..3c8ce8c 100644 --- a/src/client/actions/fileops.actions.tsx +++ b/src/client/actions/fileops.actions.tsx @@ -61,3 +61,5 @@ export const fetchComicBookMetadata = (options) => async (dispatch) => { }); }); }; + +export const validate = (object) => {};