Skip to content

Commit

Permalink
added dead-letter exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
marcussss1 committed Jun 1, 2023
1 parent 76cd6bb commit f66b3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/microservices/chat/usecase/usecase.go
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ func (u usecase) GetSearchChatsMessagesChannels(ctx context.Context, userID uint
return model.FoundedChatsMessagesChannels{}, err
}

foundedContacts, err := u.userRepo.GetSearchUsers(ctx, string)
foundedContacts, err := u.userRepo.GetSearchUsers(ctx, string, userID)
if err != nil {
return model.FoundedChatsMessagesChannels{}, err
}
Expand Down

0 comments on commit f66b3f2

Please sign in to comment.