mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-26 19:44:57 +02:00
Remove redundant question marks (#10109)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -528,7 +528,7 @@ export class GithubWorker implements IntegrationManager {
|
||||
})
|
||||
if (info?.id === undefined) {
|
||||
// We need to retrieve info for login
|
||||
const response: any = await container.octokit?.graphql(
|
||||
const response: any = await container.octokit.graphql(
|
||||
`query($login: String!) {
|
||||
user(login: $login) {
|
||||
id
|
||||
|
||||
Reference in New Issue
Block a user