[ARVADOS-WORKBENCH2] updated: 1.1.4-527-gdaac474

Git user git at public.curoverse.com
Fri Aug 3 09:04:08 EDT 2018


Summary of changes:
 src/store/navigation/navigation-action.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  daac474f873245093191b4ea3834fba0ffdcc45f (commit)
      from  9892f05a26dbba0e49ff99871128723eedbafa6e (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 daac474f873245093191b4ea3834fba0ffdcc45f
Author: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
Date:   Fri Aug 3 15:03:55 2018 +0200

    deleted unnecessary code
    
    Feature #13905
    
    Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>

diff --git a/src/store/navigation/navigation-action.ts b/src/store/navigation/navigation-action.ts
index a4483ba..abdd648 100644
--- a/src/store/navigation/navigation-action.ts
+++ b/src/store/navigation/navigation-action.ts
@@ -32,7 +32,7 @@ export enum ItemMode {
 }
 
 export const setProjectItem = (itemId: string, itemMode: ItemMode) =>
-    async (dispatch: Dispatch, getState: () => RootState, services: ServiceRepository) => {
+    (dispatch: Dispatch, getState: () => RootState) => {
         const { projects, router } = getState();
         const treeItem = findTreeItem(projects.items, itemId);
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list