- Tweaks
This commit is contained in:
@@ -49,7 +49,7 @@ module.exports = function (server, auth) {
|
||||
return next(err, false, 'There was a problem creating the event');
|
||||
}
|
||||
|
||||
const itemsStub = ItemFixture({
|
||||
const itemsStub = ItemFixture.getDemoData({
|
||||
eventId: event.id,
|
||||
auction: 10,
|
||||
ticket: eventTickets,
|
||||
|
||||
Reference in New Issue
Block a user