update
Some checks failed
Build and Publish / BuildAndDeploy (push) Successful in 3m13s
Build and Publish / BuildAndDeployAmd64 (push) Has been cancelled

This commit is contained in:
matst80
2025-04-18 19:04:39 +02:00
parent 01a64c1fd1
commit ef9d191625
2 changed files with 5 additions and 5 deletions

View File

@@ -144,7 +144,7 @@ func main() {
}
}
}()
orderHandler := &RabbitTransportMaster{
orderHandler := &AmqpOrderHandler{
Url: amqpUrl,
}