Closed foysalit closed 1 month ago
This PR introduces 2 new endpoints on ozone tools.ozone.moderation.getRecords and tools.ozone.moderation.getRepos in order to allow fetching repo and record details in batches.
tools.ozone.moderation.getRecords
tools.ozone.moderation.getRepos
Overall looking pretty good! Some style tweaks and what not but nothing too major.
Main thing that is prone to errors is accidentally passing empty arrays into kysely where() clauses
where()
This PR introduces 2 new endpoints on ozone
tools.ozone.moderation.getRecords
andtools.ozone.moderation.getRepos
in order to allow fetching repo and record details in batches.