This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user