Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Nodes): support v2 compute #476

Merged
merged 2 commits into from
Jul 18, 2023
Merged

fix(Nodes): support v2 compute #476

merged 2 commits into from
Jul 18, 2023

Conversation

artemmufazalov
Copy link
Member

No description provided.

Comment on lines 64 to 67
export enum EVersion {
v1,
v2, // only this versions works with sorting
v1 = 'v1',
v2 = 'v2', // only this versions works with sorting
}
Copy link
Member Author

Choose a reason for hiding this comment

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

Enums if this format (enum EVersion { v1 }) have numbers as values (EVersion.v1 === 0). So I added string values to all enums, where they was missing

@artemmufazalov artemmufazalov marked this pull request as ready for review July 17, 2023 13:03
@artemmufazalov artemmufazalov marked this pull request as draft July 18, 2023 15:07
@artemmufazalov artemmufazalov marked this pull request as ready for review July 18, 2023 15:27
@artemmufazalov artemmufazalov merged commit 696d43a into main Jul 18, 2023
4 checks passed
@artemmufazalov artemmufazalov deleted the support-v2-compute branch July 18, 2023 15:28
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.

2 participants