Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Jun 3, 2020
1 parent 74f5d93 commit df2a958
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import {
} from './current-cf-user-roles-clear.reducers';

export const currentCfUserRolesReducer: EntityUserRolesReducer<IAllCfRolesState> = (
state: IAllCfRolesState,
state: IAllCfRolesState = {},
action: Action
): IAllCfRolesState => {
switch (action.type) {
Expand Down

0 comments on commit df2a958

Please sign in to comment.