Fix typo in log message
This commit is contained in:
parent
d68f2306c6
commit
50341759b6
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ func (s *Storage) RemoveUser(userID int64) error {
|
|||
func (s *Storage) RemoveUserAsync(userID int64) {
|
||||
go func() {
|
||||
if err := s.deleteUserFeeds(userID); err != nil {
|
||||
slog.Error("Unable to delete user feedd",
|
||||
slog.Error("Unable to delete user feeds",
|
||||
slog.Int64("user_id", userID),
|
||||
slog.Any("error", err),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue