uberf-7927: get rid of product id (#6375)

This commit is contained in:
Alexey Zinoviev
2024-08-22 21:10:59 +07:00
committed by GitHub
parent 23b5e35be7
commit 4d5d229364
68 changed files with 314 additions and 562 deletions
+1 -1
View File
@@ -1488,7 +1488,7 @@ export class GithubWorker implements IntegrationManager {
ctx.info('Connecting to', { workspace: workspace.workspaceUrl, workspaceId: workspace.workspaceName })
let client: Client | undefined
try {
client = await createPlatformClient(workspace.name, workspace.productId, 30000, (event: ClientConnectEvent) => {
client = await createPlatformClient(workspace.name, 30000, (event: ClientConnectEvent) => {
reconnect(workspace.name, event)
})