Qfix github connection leak (#9942)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2025-09-25 19:01:28 +07:00
committed by GitHub
parent 047f97ba36
commit 4578e59bbf
+1
View File
@@ -1793,6 +1793,7 @@ export class GithubWorker implements IntegrationManager {
const githubEnabled = (await client.findOne(core.class.PluginConfiguration, { pluginId: githubId }))?.enabled
if (githubEnabled === false) {
await client.close()
return undefined
}