Closed vitorvicente closed 2 years ago
Might be worth using destructuring here to make this more readable in the future, i.e.
Promise.all([ loadApplicationFormConfig, loadUserData, loadGeneralSettings, loadUserApplication, ]).then(([applicationFormConfig, userData, generalSettings, userApplication]) => .... );
Fixed in https://github.com/BUUPE/Inquisitor/tree/improvements/3.0
Might be worth using destructuring here to make this more readable in the future, i.e.