This commit is contained in:
Stephan D
2026-02-12 13:52:53 +01:00
parent a09fd550ba
commit e717cabd0f

View File

@@ -6,7 +6,7 @@ import (
"github.com/tech/sendico/pkg/server" "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) { func Create(logger mlogger.Logger, file string, debug bool) (server.Application, error) {
return serverimp.Create(logger, file, debug) return serverimp.Create(logger, file, debug)
} }