[ARVADOS-WORKBENCH2] updated: 1.1.4-373-gfd08968
Git user
git at public.curoverse.com
Tue Jul 24 05:27:20 EDT 2018
Summary of changes:
src/store/favorites/favorites-actions.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via fd08968c9502a028df4813b720b6f62e47ed22f3 (commit)
from d75f24fb44ef0f09359508bc3c4d80340ec023b1 (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 fd08968c9502a028df4813b720b6f62e47ed22f3
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date: Tue Jul 24 11:27:05 2018 +0200
Fix import
Feature #13784
Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
diff --git a/src/store/favorites/favorites-actions.ts b/src/store/favorites/favorites-actions.ts
index c8d1d07..225c9b3 100644
--- a/src/store/favorites/favorites-actions.ts
+++ b/src/store/favorites/favorites-actions.ts
@@ -3,7 +3,7 @@
// SPDX-License-Identifier: AGPL-3.0
import { unionize, ofType, UnionOf } from "unionize";
-import { Dispatch } from "../../../node_modules/redux";
+import { Dispatch } from "redux";
import { favoriteService } from "../../services/services";
import { RootState } from "../store";
import { checkFavorite } from "./favorites-reducer";
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list