Skip to content

Commit e267b9e

Browse files
committed
fixup! Convert some files to TypeScript
1 parent 9d6c702 commit e267b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/cylc/gscan/sort.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function gscanWorkflowCompValue (node) {
7070
* Sorts according to getWorkflowTreeSortValue.
7171
*/
7272
export function sortedWorkflowTree (cylcTree) {
73-
const tree = []
73+
const tree: any[] = []
7474
for (let node of cylcTree.children[0].children) {
7575
node = flattenWorkflowParts(node)
7676
if (node) {

0 commit comments

Comments
 (0)