mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-23 12:52:24 +02:00
UBERF-12445: Fix adding second Github integration for same user (#9531)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -97,7 +97,8 @@ export async function start (ctx: MeasureContext, brandingMap: BrandingMap): Pro
|
||||
ctx.error('failed to map-installation', {
|
||||
workspace: tok.workspace,
|
||||
installationid: payloadData.installationId,
|
||||
email: tok?.account
|
||||
email: tok?.account,
|
||||
error: err.message
|
||||
})
|
||||
res.status(401)
|
||||
res.json({ error: err.message })
|
||||
|
||||
Reference in New Issue
Block a user