From dcbc5a6fce31857b47ef82274d7ca637ece04e78 Mon Sep 17 00:00:00 2001 From: Michal Klobukowski Date: Mon, 26 Nov 2018 11:23:17 +0100 Subject: [PATCH] Delete unused collection type Feature #14258 Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski --- src/models/collection.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/models/collection.ts b/src/models/collection.ts index 2b16ea25..c0dbc1dc 100644 --- a/src/models/collection.ts +++ b/src/models/collection.ts @@ -24,7 +24,6 @@ export const getCollectionUrl = (uuid: string) => { }; export enum CollectionType { - GENERAL = 'nil', OUTPUT = 'output', LOG = 'log', } -- 2.30.2