Skip to content

Commit

Permalink
Merge pull request #927 from tomachalek/fix_server-side-ad
Browse files Browse the repository at this point in the history
Fix missing method
  • Loading branch information
tomachalek authored Feb 23, 2021
2 parents edd7898 + bb7c55c commit 27d8e87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/js/server/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,10 @@ export class ServerSideActionDispatcher implements IFullActionControl {
// TODO
}

dispatchSideEffect<T extends Action>(action: T): void {
// TODO
this.inActions.next(action);
}

unregister():void {}
}

0 comments on commit 27d8e87

Please sign in to comment.