mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
a43ec9ebac
* Fix eslint warnings about promises. * Simplify event handling. * Prevent double assignment of calendar subscription property for in core_calendar_external::get_calendar_event_by_id() for readability. Part of MDL-59333.