Skip to content

Commit

Permalink
fix(suggestion): added missing change
Browse files Browse the repository at this point in the history
update agent.ts file by renaming the variables and added suggestion
  • Loading branch information
lohrbini committed Aug 6, 2024
1 parent 825b727 commit 49eda70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/models/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
}

Expand Down

0 comments on commit 49eda70

Please sign in to comment.