We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee7a89 commit 0d0fc79Copy full SHA for 0d0fc79
src/features/projects/data/GitHubProjectDataSource.ts
@@ -259,11 +259,4 @@ export default class GitHubProjectDataSource implements IProjectDataSource {
259
}))
260
}
261
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
269
0 commit comments