Skip to content

Commit

Permalink
Remove OOS products, add kong strong
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlltz committed Nov 29, 2024
1 parent bb88af8 commit 59bf521
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/app/laskkyl/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ const laskkylData: LaskkylData = {
name: 'Läsk',
price: 8,
},
{
/* {
name: 'Festis',
price: 6,
},
}, */
/* {
name: 'Bubbelvatten',
price: 8,
}, */
/* {
{
name: 'Kong Strong',
price: 8,
}, */
},
{
name: 'Hell!!',
price: 4,
Expand All @@ -35,7 +35,7 @@ const laskkylData: LaskkylData = {
name: 'Risifrutti',
price: 13,
}, */
{
/* {
name: 'Pingvinstång',
price: 5,
},
Expand All @@ -46,7 +46,7 @@ const laskkylData: LaskkylData = {
{
name: 'Wasa Sandwich',
price: 12,
},
}, */
],
other: [],
},
Expand Down

0 comments on commit 59bf521

Please sign in to comment.