Skip to content

Commit

Permalink
Merge pull request #19 from topfreegames/change-mqtt-history-to-avoid…
Browse files Browse the repository at this point in the history
…-sending-blocked

removes unnecessary comment
  • Loading branch information
mflilian committed Apr 8, 2022
2 parents bcdf2f9 + 4cac304 commit cef412b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testing/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ func InsertMongoMessages(ctx context.Context, topics []string) error {
return InsertMongoMessagesWithParameters(ctx, topics, false)
}

//primeira maneira de fazer, porem altera os outros lugfares que precisariam da func
func InsertMongoMessagesWithParameters(ctx context.Context, topics []string, blocked bool) error {
var messages []interface{}
for i, topic := range topics {
Expand Down

0 comments on commit cef412b

Please sign in to comment.