Skip to content

Commit

Permalink
docs(trigger): Update cancelEvent method call
Browse files Browse the repository at this point in the history
  • Loading branch information
unicodeveloper committed May 10, 2023
1 parent 500fa9b commit 17a8ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ $response = $novu->broadcastEvent([
**Cancel** triggered event. Using a previously generated transactionId during the event trigger, this action will cancel any active or pending workflows:

```php
$response = $novu->cancelEvent($transactionId)->toArray();
$response = $novu->cancelEvent($transactionId);
```

## SUBSCRIBERS
Expand Down

0 comments on commit 17a8ea9

Please sign in to comment.