[ARVADOS-WORKBENCH2] updated: 1.1.4-286-gc85c821
Git user
git at public.curoverse.com
Fri Jul 13 04:45:42 EDT 2018
Summary of changes:
src/services/response.ts | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 src/services/response.ts
via c85c82198aad38669c509db09f7efc133196eb00 (commit)
from 17bc9c945982acb47f40499a541f4451c3413d0d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit c85c82198aad38669c509db09f7efc133196eb00
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date: Fri Jul 13 10:45:29 2018 +0200
Remove unused response type file
Feature #13798
Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
diff --git a/src/services/response.ts b/src/services/response.ts
deleted file mode 100644
index a71282b..0000000
--- a/src/services/response.ts
+++ /dev/null
@@ -1,11 +0,0 @@
-export interface ArvadosResource {
- uuid: string;
- owner_uuid: string;
- created_at: string;
- modified_by_client_uuid: string;
- modified_by_user_uuid: string;
- modified_at: string;
- href: string;
- kind: string;
- etag: string;
-}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list