Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Volubyl committed Jun 7, 2023
1 parent 0b16bc7 commit 87b87a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/lib/repositories/catalogs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export const getCatalogs: GetCatalogs = async ({ fetch, apiToken }) => {
return data
.map(toCatalog)
.sort((a: Catalog, b: Catalog) => {

if (a.organization.name < b.organization.name) {
return -1;
}
Expand Down

0 comments on commit 87b87a8

Please sign in to comment.