Skip to content

Commit

Permalink
eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsharpe committed Jan 29, 2024
1 parent d229855 commit bdc5141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/core/src/services/agents/agents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const agent = (app: Application) => {
const agentId = channel.split(':')[1]

// parse the domain of the agent message
const domain = channel.split(':')[2]
// const domain = channel.split(':')[2]

// parse the type of agent message
const messageType = channel.split(':')[3]
Expand Down

0 comments on commit bdc5141

Please sign in to comment.