[ARVADOS-WORKBENCH2] updated: 1.1.4-529-g5f0f59d
Git user
git at public.curoverse.com
Sun Aug 5 13:24:02 EDT 2018
Summary of changes:
src/store/collections/collections-reducer.ts | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
via 5f0f59db625c1338428983dfae039e178294dfa7 (commit)
from 0ec0b803cfbd96a0262626052a990df9af41bfdf (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 5f0f59db625c1338428983dfae039e178294dfa7
Author: Daniel Kos <unodgs at gmail.com>
Date: Sun Aug 5 19:23:57 2018 +0200
Further rename updator -> updater
Feature #13856
Arvados-DCO-1.1-Signed-off-by: Daniel Kos <unodgs at gmail.com>
diff --git a/src/store/collections/collections-reducer.ts b/src/store/collections/collections-reducer.ts
index db091af..e1982d2 100644
--- a/src/store/collections/collections-reducer.ts
+++ b/src/store/collections/collections-reducer.ts
@@ -4,14 +4,14 @@
import { combineReducers } from 'redux';
import * as creator from "./creator/collection-creator-reducer";
-import * as updator from "./updater/collection-updater-reducer";
+import * as updater from "./updater/collection-updater-reducer";
export type CollectionsState = {
creator: creator.CollectionCreatorState;
- updater: updator.CollectionUpdaterState;
+ updater: updater.CollectionUpdaterState;
};
export const collectionsReducer = combineReducers({
creator: creator.collectionCreatorReducer,
- updater: updator.collectionUpdaterReducer
+ updater: updater.collectionUpdaterReducer
});
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list