Skip to content

Conversation

yagudin10
Copy link
Member

No description provided.

@SychevAndrey SychevAndrey marked this pull request as ready for review July 23, 2025 13:59
Wroud
Wroud previously approved these changes Jul 24, 2025
devnaumov
devnaumov previously approved these changes Jul 28, 2025
Comment on lines +116 to +123
const { project } = await this.graphQLService.sdk.updateProject({
projectId: config.id,
projectName: config.name,
});

this.set(project.id, project as SharedProject);

return this.get(project.id)!;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably we need to wrap it with await this.performUpdate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants