Skip to content

Commit 0d0fc79

Browse files
committed
Remove unused function sortSpecificationsByName
1 parent 0ee7a89 commit 0d0fc79

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)