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

Change number type to integer, where it makes sense #366

Merged
merged 2 commits into from
Sep 11, 2024

Conversation

C0D3-M4513R
Copy link
Contributor

@C0D3-M4513R C0D3-M4513R commented Jul 22, 2024

Fixes: #199

I started with a simple sed: find -type f -exec sed -i 's/type: number/type: integer/' {} \+
And then I reverted integer back to number for payment amounts in TransactionAgreement, Subscription and UserSubscription.

@ariesclark ariesclark merged commit f66876a into vrchatapi:main Sep 11, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Number vs Integer in Data Types not consistent between APIs
2 participants