Skip to content

Commit

Permalink
chore: matching queue names with values and asyncapi
Browse files Browse the repository at this point in the history
  • Loading branch information
jachro committed Mar 13, 2024
1 parent 0063e91 commit 6479690
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ object QueuesConfig:
ConfigValues.eventQueue("projectCreated"),
ConfigValues.eventQueue("projectUpdated"),
ConfigValues.eventQueue("projectRemoved"),
ConfigValues.eventQueue("projectAuthorizationAdded"),
ConfigValues.eventQueue("projectAuthorizationUpdated"),
ConfigValues.eventQueue("projectAuthorizationRemoved"),
ConfigValues.eventQueue("projectAuthAdded"),
ConfigValues.eventQueue("projectAuthUpdated"),
ConfigValues.eventQueue("projectAuthRemoved"),
ConfigValues.eventQueue("userAdded"),
ConfigValues.eventQueue("userUpdated"),
ConfigValues.eventQueue("userRemoved")
Expand Down

0 comments on commit 6479690

Please sign in to comment.