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 unsupported toSorted method #7572

Merged
merged 1 commit into from
Jan 23, 2024
Merged

Conversation

jrjohnson
Copy link
Member

This was only added recently and several of our browsers don't support it yet. It copies the array before sorting it, I'm not sure if we need that functionality here, but I duplicated it by calling slice first.

This was only added recently and several of our browsers don't support
it yet. It copies the array before sorting it, I'm not sure if we need
that functionality here, but I duplicated it by calling slice first.
@jrjohnson jrjohnson marked this pull request as ready for review January 23, 2024 05:00
@jrjohnson jrjohnson requested a review from stopfstedt January 23, 2024 05:01
@dartajax dartajax merged commit 1083a5c into ilios:master Jan 23, 2024
17 checks passed
@jrjohnson jrjohnson deleted the to-sorted branch January 23, 2024 19:14
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.

3 participants