mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Calendar: Potential further optimisation, no need for async
This commit is contained in:
parent
89483d80d3
commit
a0d044a4c1
@ -3763,7 +3763,7 @@ export class CalendarApp extends EgwApp
|
||||
* @param event
|
||||
* @return Promise| null
|
||||
*/
|
||||
async _fetch_group_members(event) : Promise<any> | null
|
||||
_fetch_group_members(event) : Promise<any> | null
|
||||
{
|
||||
let groups = [];
|
||||
let option_owner = null;
|
||||
|
Loading…
Reference in New Issue
Block a user