show recurrent events while creating a new one

This commit is contained in:
les
2019-09-11 11:56:22 +02:00
parent ce3fd08c22
commit 80d9b7fc4d
3 changed files with 5 additions and 30 deletions

View File

@@ -91,7 +91,7 @@ const userController = {
let event = await Event.create(eventDetails)
// create place if needs to
// create place if needed
let place
try {
place = await Place.findOrCreate({ where: { name: body.place_name },