Skip to content

Commit

Permalink
Fix product definition
Browse files Browse the repository at this point in the history
  • Loading branch information
okynos committed Jan 30, 2025
1 parent 451ca41 commit dae3ca3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions data/yam/agama/auto/lib/default.libsonnet
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
storage: import 'storage.libsonnet',
getProduct(product_id='SLES'):: {
product: {
id: product_id
},
id: product_id
},
user: {
fullName: 'Bernhard M. Wiedemann',
Expand Down

0 comments on commit dae3ca3

Please sign in to comment.