From 5effa0834206f738bafd912fa3d935ac4e20d7b7 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Mon, 31 May 2021 18:09:28 -0700 Subject: [PATCH] Added stub for validating imported Comic Book Cover metadata --- src/client/actions/fileops.actions.tsx | 2 ++ 1 file changed, 2 insertions(+) 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) => {};