chore: fix linter warning for slog (#3604)

This commit is contained in:
Johnny
2024-06-22 16:39:40 +08:00
committed by GitHub
parent e33244e64b
commit ca463891f2
2 changed files with 4 additions and 4 deletions

View File

@ -218,7 +218,7 @@ func (s *APIV1Service) SignOut(ctx context.Context, _ *v1pb.SignOutRequest) (*em
AccessToken: accessToken,
})
if err != nil {
slog.Error("failed to delete access token", err)
slog.Error("failed to delete access token", slog.Any("err", err))
}
}