diff --git a/internal/bootstrap.go b/internal/bootstrap.go index bdf0a5a..4339171 100644 --- a/internal/bootstrap.go +++ b/internal/bootstrap.go @@ -21,7 +21,7 @@ var RootDir string var Bootstrapper = fxcore.NewBootstrapper().WithOptions( // modules registration fxworker.FxWorkerModule, - // dependencies registrations + // dependencies registration Register(), )