Skip to content

Commit 54d1f05

Browse files
committed
fix: temp
Signed-off-by: Uroš Marolt <uros@marolt.me>
1 parent 51ac2ea commit 54d1f05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

services/apps/data_sink_worker/src/service/activity.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ export default class ActivityService extends LoggerBase {
294294

295295
// When activity.username is set but differs from the member's platform identity value,
296296
// override it so the member lookup and the identity insert use the same key.
297-
// Example: git activities set activity.username to the author display name (e.g. "Doug Hellmann")
298-
// while the identity stores the email (e.g. "doug@doughellmann.com"). Without this correction
297+
// Example: git activities set activity.username to the author display name (e.g. "John Doe")
298+
// while the identity stores the email (e.g. "john.doe@example.com"). Without this correction
299299
// the lookup misses the existing member, creating an unnecessary orphan member.
300300
if (username && member) {
301301
const platformIdentity = member.identities.find(

0 commit comments

Comments
 (0)