Skip to content

Commit

Permalink
wip parking sfhera
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Jul 3, 2024
1 parent d3c7b92 commit f223598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformers/parking-offstreet-sfhera/src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func main() {
continue
}

failOnError(d.Nack(false, true), "Could not ACK elaborated msg")
failOnError(d.Ack(false), "Could not ACK elaborated msg")

}
log.Fatal("Message channel closed!")
Expand Down

0 comments on commit f223598

Please sign in to comment.