Skip to content

Commit

Permalink
fix(interceptors): update EventBus ctor args
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jun 11, 2019
1 parent 080411f commit 557a78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/interceptors/src/event-bus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ export class EventBus extends StatelessEventBus
* @param effects
*/
constructor(
state?: IAtom<any>,
state?: IAtom<any> | null,
handlers?: IObjectOf<EventDef>,
effects?: IObjectOf<EffectDef>
) {
Expand Down

0 comments on commit 557a78f

Please sign in to comment.