fix: Change detection fixes for interconnect files.

This commit is contained in:
Peter Johanson 2022-03-15 00:29:23 -04:00
parent 2e32923985
commit c79768127c

View file

@ -249,7 +249,7 @@ jobs:
} }
break; break;
case "interconnect": case "interconnect":
break; return [];
} }
}); });
}))).flat(); }))).flat();