Skip to content

Commit 727a510

Browse files
committed
docs(matching-service): update comment
1 parent 5553b32 commit 727a510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/matching-service/processes/findmatches.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ func doTopicMatching(tx *redis.Tx, ctx context.Context, currentUser *models.Matc
158158
continue
159159
}
160160

161-
// Include users without any difficulty selected
161+
// Include users without any topic selected
162162
otherUser, err := databases.GetUserDetails(tx, otherUsername, ctx)
163163
if err != nil {
164164
return nil, err

0 commit comments

Comments
 (0)