mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 09:35:39 -05:00
Have createLicenses.js script include redeemers array
This commit is contained in:
parent
b1c69b686c
commit
2b09a24436
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ var createLicenses = function updatePrepaid(userStringID) {
|
|||
}
|
||||
|
||||
db.prepaids.save({
|
||||
redeemers: [],
|
||||
maxRedeemers: 100,
|
||||
startDate: "2000-01-01T00:00:00.000Z",
|
||||
endDate: "3000-01-01T00:00:00.000Z",
|
||||
|
|
Loading…
Reference in a new issue