fix: mongo ObjectId should be orderable (#46501)
* fix: mongo ObjectId should be orderable Fixes #46259 Mongo ObjectId derive :type/TextLike but that can't be an orderable type, so we mark the specific Mongo type as orderable for malli schemas. * Fix test
Loading
Please register or sign in to comment