Linting.
All checks were successful
Linting and tests / Linting (push) Successful in 5s

This commit is contained in:
2025-09-13 09:24:15 +05:00
parent 0c37f46b53
commit 1bf8a5b124
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ func Initialize(app *application.Application) error {
}
if err := app.RegisterService(opts); err != nil {
return fmt.Errorf("%w: %w", &errOptions, err)
return fmt.Errorf("%w: %w", errOptions, err)
}
return nil