Linting #509

Merged
tech merged 46 commits from main into dis-474 2026-02-13 16:14:15 +00:00
Showing only changes of commit 9bca523caa - 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)
}