mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: fix linter warning for slog (#3604)
This commit is contained in:
@ -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))
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user