Skip to content

Commit

Permalink
docs(matching-service): update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tituschewxj committed Nov 12, 2024
1 parent 5553b32 commit 727a510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/matching-service/processes/findmatches.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func doTopicMatching(tx *redis.Tx, ctx context.Context, currentUser *models.Matc
continue
}

// Include users without any difficulty selected
// Include users without any topic selected
otherUser, err := databases.GetUserDetails(tx, otherUsername, ctx)
if err != nil {
return nil, err
Expand Down

0 comments on commit 727a510

Please sign in to comment.