From 727a5101ced4c93da191121c986f6b27b10d6358 Mon Sep 17 00:00:00 2001 From: tituschewxj Date: Tue, 12 Nov 2024 19:04:47 +0800 Subject: [PATCH] docs(matching-service): update comment --- apps/matching-service/processes/findmatches.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/matching-service/processes/findmatches.go b/apps/matching-service/processes/findmatches.go index 338f82006b..8b104cb03d 100644 --- a/apps/matching-service/processes/findmatches.go +++ b/apps/matching-service/processes/findmatches.go @@ -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