feat: update assertions contructor function call

This commit is contained in:
Guz
2025-06-09 19:21:19 -03:00
parent 3f767299e2
commit dc61ed91d0

View File

@@ -30,7 +30,7 @@ func New(cfg Config, opts ...Option) (http.Handler, error) {
developmentMode: false,
ctx: context.Background(),
assert: tinyssert.NewAssertions(),
assert: tinyssert.New(),
logger: slog.New(slog.NewTextHandler(io.Discard, &slog.HandlerOptions{Level: slog.LevelError})),
}