Skip to content

Commit 3f47bc0

Browse files
authored
Merge pull request #574 from shapehq/fix/remove-unused-sortSpecificationsByName
Remove unused function sortSpecificationsByName
2 parents 5e236b6 + 8068551 commit 3f47bc0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/features/projects/data/GitHubProjectDataSource.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,4 @@ export default class GitHubProjectDataSource implements IProjectDataSource {
259259
}))
260260
}
261261
}
262-
263-
private sortSpecificationsByName(version: Version): Version {
264-
return {
265-
...version,
266-
specifications: version.specifications.sort((a, b) => a.name.localeCompare(b.name))
267-
}
268-
}
269262
}

0 commit comments

Comments
 (0)