Add support for guides
This commit is contained in:
parent
9a5abfce03
commit
656ca588b1
3 changed files with 5 additions and 5 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue