Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bbriggs committed Jan 25, 2024
1 parent db60b6a commit 9ff44ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func main() {
reactionsLambda,
}

// Pass the message router to a goroutine that will listen for messages
// Start a goroutine that will listen for messages
go func() {
for {
// Read message from channel
Expand Down

0 comments on commit 9ff44ad

Please sign in to comment.