fix: early ack on handler not found

This commit is contained in:
2024-10-30 14:08:09 +03:00
parent b305d4814a
commit d8bb140f94
8 changed files with 41 additions and 16 deletions

View File

@@ -6,7 +6,7 @@ import (
)
func bootstrapRouter(handlerContainer *handler.Handler) *router.Router {
router := router.New()
router := router.New(lo)
router.RegisterRoute(
"TRACKER.TOKEN_TRANSFER",