We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SchedulerBot/SchedulerBot.Client/Commands/EventCommands.cs
Lines 221 to 243 in 85bfb78
Line 243 should be:
savedEvent = await _eventService.UpdateEventAsync(updatedEvent);
The text was updated successfully, but these errors were encountered:
Yup, that should be changed, though it works now since the same Event object is being referenced by both evt and updatedEvent.
evt
updatedEvent
Should also change the RescheduleEvent call in line 246 to pass savedEvent as an argument instead of evt.
RescheduleEvent
savedEvent
Sorry, something went wrong.
No branches or pull requests
SchedulerBot/SchedulerBot.Client/Commands/EventCommands.cs
Lines 221 to 243 in 85bfb78
Line 243 should be:
The text was updated successfully, but these errors were encountered: