refactor: update audit module imports for flattened package structure
This commit is contained in:
@@ -1,11 +1,9 @@
|
|||||||
package audit
|
package audit
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"mal/internal/audit/service"
|
|
||||||
|
|
||||||
"go.uber.org/fx"
|
"go.uber.org/fx"
|
||||||
)
|
)
|
||||||
|
|
||||||
var Module = fx.Options(
|
var Module = fx.Options(
|
||||||
fx.Provide(service.NewAuditService),
|
fx.Provide(NewAuditService),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user