Add default value for shields

This commit is contained in:
Nick Winans 2022-09-25 20:12:38 -05:00
parent 2012316cca
commit 994fda19b9

View file

@ -245,7 +245,7 @@ jobs:
if (hm.features && hm.features.includes("keys")) {
return hm.requires.flatMap(i =>
metadata.interconnects[i].boards.flatMap(b => boardAndShield(b, hm))
);
) || [];
}
break;
case "interconnect":