Skip to content

Commit

Permalink
Add wasa sandwich, add festis, remove non-existing
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlltz committed Nov 13, 2024
1 parent 579dacb commit 029104c
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions src/app/laskkyl/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@ const laskkylData: LaskkylData = {
products: {
drinks: [
{
name: 'Läsk',
name: 'Läsk/Festis',
price: 8,
},
{
/* {
name: 'Bubbelvatten',
price: 8,
},
{
}, */
/* {
name: 'Kong Strong',
price: 8,
},
}, */
{
name: 'Hell!!',
price: 4,
},
],
snacks: [
{
/* {
name: 'Risifrutti',
price: 13,
},
}, */
{
name: 'Pingvinstång',
price: 5,
Expand All @@ -39,6 +39,10 @@ const laskkylData: LaskkylData = {
name: 'Müslibar',
price: 4,
},
{
name: 'Wasa Sandwich',
price: 12,
},
],
other: [],
},
Expand Down

0 comments on commit 029104c

Please sign in to comment.