xd
This commit is contained in:
parent
03bc2d458a
commit
9fbb354616
1 changed files with 4 additions and 2 deletions
|
|
@ -5,7 +5,8 @@
|
||||||
"name": "Dętka 29\"",
|
"name": "Dętka 29\"",
|
||||||
"price": 20,
|
"price": 20,
|
||||||
"category": "Dętki",
|
"category": "Dętki",
|
||||||
"unit": "szt."
|
"unit": "szt.",
|
||||||
|
"archived": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"_id": {
|
"_id": {
|
||||||
|
|
@ -14,5 +15,6 @@
|
||||||
"name": "Dętka 29\" Continental",
|
"name": "Dętka 29\" Continental",
|
||||||
"price": 25,
|
"price": 25,
|
||||||
"category": "Dętki",
|
"category": "Dętki",
|
||||||
"unit": "szt."
|
"unit": "szt.",
|
||||||
|
"archived": false
|
||||||
}]
|
}]
|
||||||
Loading…
Reference in a new issue