fix(core.gbapp): FIX SSR errors and setOption impersonated.

This commit is contained in:
Rodrigo Rodriguez 2023-07-26 14:10:41 -03:00
parent 25b122a1ce
commit a65287338a

View file

@ -697,7 +697,10 @@ export class DialogKeywords {
*/
public async userName({ pid }) {
let { min, user, params } = await DialogKeywords.getProcessInfo(pid);
if (user)
return user.userName;
else
return 'unattended';
}
/**