Skip to content

Commit

Permalink
Merge branch 'master' into 176027175-load-abis-from-cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
Undermaken authored Dec 7, 2020
2 parents 1c8f07c + 85ff0d5 commit 2cb5a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/features/bonus/bpd/saga/networking/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function* executeAndDispatch(
throw new Error(readableReport(enrollCitizenIOResult.value));
}
} catch (e) {
yield put(bpdEnrollUserToProgram.failure(e));
yield put(action.failure(e));
}
}

Expand Down

0 comments on commit 2cb5a69

Please sign in to comment.