Skip to content

Commit a27259e

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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}${match.name !== match.username ? ` (@${match.username})` : ''}
159+
Name: ${match.name} (@${match.username})
160160
Profile: ${match.attributes}
161161
Intent: ${match.intent}
162162

0 commit comments

Comments
 (0)