mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-06 17:57:42 +02:00
QFIX: Github service startup (#9251)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -11,7 +11,7 @@ export class UserManager {
|
||||
accountClient: AccountClient
|
||||
|
||||
constructor () {
|
||||
const sysToken = generateToken(systemAccountUuid, '' as WorkspaceUuid, { service: 'github' })
|
||||
const sysToken = generateToken(systemAccountUuid, undefined, { service: 'github' })
|
||||
this.accountClient = getAccountClient(sysToken, 30000)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user