From 7276c142ee5d6af69db82b0de10e9802fcdd57ea Mon Sep 17 00:00:00 2001 From: Alexey Zinoviev Date: Thu, 17 Jul 2025 15:22:10 +0700 Subject: [PATCH] UBERF-12633: Fix GH local identities (#9566) --- services/github/pod-github/src/worker.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/github/pod-github/src/worker.ts b/services/github/pod-github/src/worker.ts index 5ff72fd636..4b1d4fee93 100644 --- a/services/github/pod-github/src/worker.ts +++ b/services/github/pod-github/src/worker.ts @@ -370,8 +370,7 @@ export class GithubWorker implements IntegrationManager { key: buildSocialIdString({ type: SocialIdType.GITHUB, value: userInfo.login.toLowerCase() - }), - verifiedOn: Date.now() + }) }, socialId as SocialIdentityRef )