Add support for guides

This commit is contained in:
Endeavorance 2025-03-07 15:13:12 -05:00
parent 9a5abfce03
commit 656ca588b1
3 changed files with 5 additions and 5 deletions

View file

@ -118,8 +118,8 @@ export async function loadFromBinding(
case "rule":
playbill.rules.push(resource);
break;
case "playbill":
throw new Error("Cannot load playbills rn dawg");
case "guide":
playbill.guides.push(resource);
}
}