Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Remove sorting (after openapi docs are regenerated by legacy-less algo) #496

Closed
todo bot opened this issue Aug 14, 2019 · 1 comment
Closed

Remove sorting (after openapi docs are regenerated by legacy-less algo) #496

todo bot opened this issue Aug 14, 2019 · 1 comment

Comments

@todo
Copy link

todo bot commented Aug 14, 2019

// TODO: Remove sorting (after openapi docs are regenerated by legacy-less algo)
function sortByPathThenMethod (a, b) {
switch (true) {
case a.path < b.path:
return -1
case a.path > b.path:


This issue was generated by todo based on a TODO: comment in ff733a9 when #482 was merged. cc @octokit.
@todo todo bot added the todo 🗒️ label Aug 14, 2019
@d11n
Copy link
Member

d11n commented Aug 14, 2019

addressed by #486

@d11n d11n closed this as completed Aug 14, 2019
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