Skip to content

Commit

Permalink
saga: improve docs
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Login <batazor@evrone.com>
  • Loading branch information
batazor committed Apr 9, 2023
1 parent bf63e6b commit 1364837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/saga/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (l *linkUseCase) addLinkSaga(ctx, link link.Link) error {
Then(youNotifyFunc)

// Run saga
err := sagaAddLink.Play()
err := sagaAddLink.Play(nil)
return err
}
```
Expand Down

0 comments on commit 1364837

Please sign in to comment.