q #481

Merged
tech merged 1 commits from q-477 into main 2026-02-12 12:53:07 +00:00
Showing only changes of commit e717cabd0f - Show all commits

View File

@@ -6,7 +6,7 @@ import (
"github.com/tech/sendico/pkg/server"
)
// Create initialises the payment quotation server implementation
// Create initialises the payment quotation server implementation.
func Create(logger mlogger.Logger, file string, debug bool) (server.Application, error) {
return serverimp.Create(logger, file, debug)
}