mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-09 11:17:43 +02:00
uberf-7927: get rid of product id (#6375)
This commit is contained in:
@@ -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)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user