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

Remove path work-around when upgrading to Core 13.23.0 #1546

Closed
cmelchior opened this issue Oct 13, 2023 · 0 comments
Closed

Remove path work-around when upgrading to Core 13.23.0 #1546

cmelchior opened this issue Oct 13, 2023 · 0 comments

Comments

@cmelchior
Copy link
Contributor

cmelchior commented Oct 13, 2023

In SyncConfigurration this should be removed:

            // Remove .realm extension if user has overridden filename manually
            return if (name != null) {
                absolutePath.removeSuffix(REALM_FILE_EXTENSION)
            } else {
                absolutePath
            }

after this was merged: realm/realm-core@5abbf7f

@sync-by-unito sync-by-unito bot closed this as completed Oct 19, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant