Calendar: Potential further optimisation, no need for async

This commit is contained in:
nathan 2023-05-17 11:05:14 -06:00
parent 89483d80d3
commit a0d044a4c1

View File

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