fix default redeems
This commit is contained in:
parent
5561621be2
commit
f0077c56dc
|
@ -1,6 +1,6 @@
|
||||||
REDEEMS={
|
REDEEMS={
|
||||||
"hydrate": {"price": 60, "type": "list"},
|
"hydrate": {"price": 60, "type": "list"},
|
||||||
"lurk": {"price:": 1, "type": "counter"},
|
"lurk": {"price": 1, "type": "counter"},
|
||||||
"react": {"price:": 200, "type": "note"},
|
"react": {"price": 200, "type": "note"},
|
||||||
"request": {"price:": 100, "type": "note"}
|
"request": {"price": 100, "type": "note"}
|
||||||
}
|
}
|
Loading…
Reference in New Issue