Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
const startRewards = [
|
||||
{ categoryID: 1, id: 1, amount: 100_000 },
|
||||
{ categoryID: 1, id: 2, amount: 1_000 },
|
||||
{ categoryID: 7, id: 1, amount: 20 },
|
||||
{ categoryID: 8, id: 1, amount: 10 },
|
||||
{ categoryID: 3, id: 1, amount: 2_000 },
|
||||
{ categoryID: 4, id: 1, amount: 1_000 },
|
||||
// { categoryID: 7, id: 10, amount: 50 },
|
||||
// { categoryID: 3, id: 3, amount: 99999999 },
|
||||
];
|
||||
|
||||
module.exports = startRewards;
|
||||
Reference in New Issue
Block a user