Skip to content

Commit

Permalink
Fix comments [ci ckip]
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Collison <[email protected]>
  • Loading branch information
derekcollison committed Oct 19, 2024
1 parent 9de7c4f commit 5fba928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/jetstream_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,10 @@ const (
// JSAdvisoryStreamUpdatedPre notification that a stream was updated.
JSAdvisoryStreamUpdatedPre = "$JS.EVENT.ADVISORY.STREAM.UPDATED"

// JSAdvisoryConsumerCreatedPre notification that a template created.
// JSAdvisoryConsumerCreatedPre notification that a consumer was created.
JSAdvisoryConsumerCreatedPre = "$JS.EVENT.ADVISORY.CONSUMER.CREATED"

// JSAdvisoryConsumerDeletedPre notification that a template deleted.
// JSAdvisoryConsumerDeletedPre notification that a consumer was deleted.
JSAdvisoryConsumerDeletedPre = "$JS.EVENT.ADVISORY.CONSUMER.DELETED"

// JSAdvisoryConsumerPausePre notification that a consumer paused/unpaused.
Expand Down

0 comments on commit 5fba928

Please sign in to comment.