mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-09 11:17:43 +02:00
QFIX: Github migration + few checks (#9244)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -1717,6 +1717,7 @@ export class GithubWorker implements IntegrationManager {
|
||||
;({ client, endpoint } = await createPlatformClient(workspace.uuid, 30000, async (event: ClientConnectEvent) => {
|
||||
reconnect(workspace.uuid, event)
|
||||
}))
|
||||
ctx.info('connected to github', { workspace: workspace.uuid, endpoint })
|
||||
|
||||
const githubEnabled = (await client.findOne(core.class.PluginConfiguration, { pluginId: githubId }))?.enabled
|
||||
if (githubEnabled === false) {
|
||||
|
||||
Reference in New Issue
Block a user