fix(suggestion): added missing change

update agent.ts file by renaming the variables and added suggestion
This commit is contained in:
stroskler 2024-08-06 16:07:56 +00:00
parent 825b72761b
commit 49eda70373

View file

@ -23,8 +23,7 @@ export class Agent extends BeanModel {
url: this.url,
username: this.username,
endpoint: this.endpoint,
friendlyname: this.friendlyname,
updatedFriendlyName: this.updatedFriendlyName
name: this.name,
};
}