noImplicitAny: slate (#17681)

* Update slate types

* Fix noImplicitAny
This commit is contained in:
Tobias Skarhed
2019-06-20 20:41:01 +02:00
committed by Torkel Ödegaard
parent 49f0f0e89e
commit 219d711597
12 changed files with 99 additions and 37 deletions

View File

@ -49,7 +49,7 @@ const rootReducers = {
...organizationReducers,
};
export function addRootReducer(reducers) {
export function addRootReducer(reducers: any) {
Object.assign(rootReducers, ...reducers);
}