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: change schemaName from enum to const #95

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

gmaclennan
Copy link
Member

We had been using enum to define the schemaName property, however this was proving challenging to work with in the Mapeo Core code - it's easier if we use the const keyword, which is more appropriate for this (although they essentially do the same thing).

Copy link
Contributor

@tomasciccola tomasciccola left a comment

Choose a reason for hiding this comment

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

yeah, this change makes a lot of sense!

@gmaclennan gmaclennan merged commit a0a0bc0 into master Aug 2, 2023
@gmaclennan gmaclennan deleted the fix/schemaName-const branch August 2, 2023 16:32
@gmaclennan gmaclennan self-assigned this Aug 3, 2023
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