chore: stabilize lint and verify builds
This commit is contained in:
@@ -73,6 +73,13 @@ func Provide(opts ...opt.Option) error {
|
||||
}); err != nil {
|
||||
return err
|
||||
}
|
||||
if err := container.Container.Provide(func() (*recharge, error) {
|
||||
obj := &recharge{}
|
||||
|
||||
return obj, nil
|
||||
}); err != nil {
|
||||
return err
|
||||
}
|
||||
if err := container.Container.Provide(func(
|
||||
audit *audit,
|
||||
common *common,
|
||||
@@ -82,6 +89,7 @@ func Provide(opts ...opt.Option) error {
|
||||
db *gorm.DB,
|
||||
notification *notification,
|
||||
order *order,
|
||||
recharge *recharge,
|
||||
super *super,
|
||||
tenant *tenant,
|
||||
user *user,
|
||||
@@ -96,6 +104,7 @@ func Provide(opts ...opt.Option) error {
|
||||
db: db,
|
||||
notification: notification,
|
||||
order: order,
|
||||
recharge: recharge,
|
||||
super: super,
|
||||
tenant: tenant,
|
||||
user: user,
|
||||
|
||||
Reference in New Issue
Block a user