Убран лишний else

This commit is contained in:
Daria Golova
2022-12-15 16:35:07 +03:00
parent 5455b9ee24
commit 217e971f50

View File

@@ -351,7 +351,6 @@ export default {
},
async sendEventData() {
if (!this.checkTime()) return;
else
this.eventData = {
start: this.mergeDate(this.eventDate, this.startTime),
end: this.mergeDate(this.eventDate, this.endTime),