Skip to content

Commit 3a03fcf

Browse files
committed
Update find_matches.js
1 parent fca1424 commit 3a03fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

find_matches.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Profile: ${user.attributes}
156156
Intent: ${user.intent}
157157
158158
Potential Match Profile:
159-
Name: ${match.name}
159+
Name: ${match.name}${match.name !== match.username ? ` (@${match.username})` : ''}
160160
Profile: ${match.attributes}
161161
Intent: ${match.intent}
162162

0 commit comments

Comments
 (0)