Skip to content

Commit 4658419

Browse files
author
Rachael McQuater
authored
Merge pull request #1 from McTano/patch-1
missing "jackfruit" in union for Sandwich protein in ex-3 solution
2 parents 487f138 + 8e0cdc3 commit 4658419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/ex-3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ interface Taco {
4343

4444
export interface Sandwich {
4545
type: "sandwich";
46-
protein: "chicken" | "portabelloCap";
46+
protein: "chicken" | "jackfruit" | "portabelloCap";
4747
toppings: Topping[];
4848
}
4949

0 commit comments

Comments
 (0)