mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-01 12:23:50 +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
|
* @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;
|
||||||
|
Loading…
Reference in New Issue
Block a user