Skip to content

Commit

Permalink
[EDIT] ADR-32 Queue Group Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf committed Oct 11, 2023
1 parent 249285b commit dd4954f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion adr/ADR-32.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,10 @@ Returns a JSON having the following structure:
* The subject on which the endpoint is listening.
*/
subject: string,
queueGroup: string,
/**
* Queue group to which this endpoint is assigned to
*/
queue_group: string,
/**
* Metadata of a specific endpoint
*/
Expand Down

0 comments on commit dd4954f

Please sign in to comment.