Skip to content

Commit

Permalink
fix(grpcfx): change zap to Logger interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ripls56 committed Oct 29, 2024
1 parent 1cf7edb commit 6afce4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/internal/app/grpcfx/appfx.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var App = fx.Options(
),

fx.Invoke(
func(lc fx.Lifecycle, log *zap.Logger, c config.Config, server GrpcServer) {
func(lc fx.Lifecycle, log logger.Logger, c config.Config, server GrpcServer) {
lc.Append(
fx.Hook{
OnStart: func(ctx context.Context) error {
Expand Down

0 comments on commit 6afce4d

Please sign in to comment.