version two
deploy to production / deploy (push) Failing after 31s

This commit is contained in:
robin
2023-11-12 11:45:32 +00:00
parent 92ca030e6c
commit 9d58febf4d
18 changed files with 110 additions and 47 deletions
+2 -2
View File
@@ -64,7 +64,7 @@ type Module =
| { id: string; type: "worldCard"; worldCard: WorldCard }
| { id: string; type: "chefTeam" }
| { id: string; type: "employeeTeam" }
| { id: string; type: "jobOfferLink" }
| { id: string; type: "jobOfferLink"; jobOfferPage: string }
| { id: string; type: "jobOffer" }
interface Publication {
@@ -107,7 +107,7 @@ interface InfoBoard {
}
interface WorldCard {
rows: WorldCardRow[]
row: WorldCardRow[]
}
interface worldCardRow {
cards: Card[]