From a0d044a4c1405de89425e06f638fdc286d055a84 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 17 May 2023 11:05:14 -0600 Subject: [PATCH] Calendar: Potential further optimisation, no need for async --- calendar/js/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/js/app.ts b/calendar/js/app.ts index 80bda93d8c..ef2cf7388c 100644 --- a/calendar/js/app.ts +++ b/calendar/js/app.ts @@ -3763,7 +3763,7 @@ export class CalendarApp extends EgwApp * @param event * @return Promise| null */ - async _fetch_group_members(event) : Promise | null + _fetch_group_members(event) : Promise | null { let groups = []; let option_owner = null;