Убран лишний else
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user