Revert "Calendar: Potential further optimisation, no need for async"

Turns out there is a need for async, week view breaks without it

This reverts commit a0d044a4c1.
This commit is contained in:
nathan 2023-05-18 08:30:46 -06:00
parent ab3a75a7b3
commit 6da4c80e8b

View File

@ -3763,7 +3763,7 @@ export class CalendarApp extends EgwApp
* @param event * @param event
* @return Promise| null * @return Promise| null
*/ */
_fetch_group_members(event) : Promise<any> | null async _fetch_group_members(event) : Promise<any> | null
{ {
let groups = []; let groups = [];
let option_owner = null; let option_owner = null;