From 18d757525c3dd1396d3325e96c079c1daa845be0 Mon Sep 17 00:00:00 2001 From: abhinav-grd Date: Tue, 28 Sep 2021 14:13:19 +0530 Subject: [PATCH] unneeded CustomError --- src/utils/common/errorUtil.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/common/errorUtil.ts b/src/utils/common/errorUtil.ts index 65964cefe..9bca94c37 100644 --- a/src/utils/common/errorUtil.ts +++ b/src/utils/common/errorUtil.ts @@ -27,7 +27,6 @@ export enum CustomError { SIGNUP_FAILED = 'signup failed', FAV_COLLECTION_MISSING = 'favorite collection missing', INVALID_COLLECTION_OPERATION = 'invalid collection operation', - INVALID_COLLECTION = 'invalid collection attribute', } function parseUploadError(error: AxiosResponse) {