- Tweaks
This commit is contained in:
@@ -64,7 +64,7 @@ const item = ({
|
||||
};
|
||||
};
|
||||
|
||||
const getItems = ({
|
||||
const getDemoData = ({
|
||||
eventId = faker.random.uuid(),
|
||||
auction = 10,
|
||||
ticket = 4,
|
||||
@@ -120,4 +120,7 @@ const getItems = ({
|
||||
return items;
|
||||
};
|
||||
|
||||
module.exports = getItems;
|
||||
module.exports = {
|
||||
getDemoData,
|
||||
item,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user