From 5cb0869b94fc8b9aff564055af9a60046de7b028 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Thu, 22 Oct 2020 22:09:46 -0400 Subject: Skipped separate photo table; working handler for get all products (lacking cats) --- dichroism/src/error.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'dichroism/src/error.rs') diff --git a/dichroism/src/error.rs b/dichroism/src/error.rs index 534f070..62333d0 100644 --- a/dichroism/src/error.rs +++ b/dichroism/src/error.rs @@ -1,7 +1,6 @@ #[derive(Debug)] pub enum DichroismError { UriDataExtract, - InvalidPhotoRoot, ImageWrite, } -- cgit v1.2.3