Skip to content

Commit

Permalink
Merge pull request #32 from stakater/fixMissingComma
Browse files Browse the repository at this point in the history
[Bug Fix] Adds missing comma
  • Loading branch information
John2020-cyber authored Dec 28, 2023
2 parents a932171 + e247c0e commit a2e3d6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
'route': {
'receiver': receiver_name
'receiver': receiver_name,
'routes': [
{
'receiver': receiver_name,
Expand Down

0 comments on commit a2e3d6c

Please sign in to comment.