Skip to content

Commit af0d818

Browse files
author
Visagan Guruparan
committed
Update rule trigger api routing by agentId #4
1 parent 656854f commit af0d818

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/services/agent-service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export async function getAgentRuleOptions() {
121121
* @returns {Promise<import('$agentTypes').AgentRule[]>}
122122
*/
123123
export async function getAgentRuleOptionsById(agentId) {
124-
const url = endpoints.agentRuleOptionsByIdUrl.replace("{agentId}", agentId);;
124+
const url = endpoints.agentRuleOptionsByIdUrl.replace("{agentId}", agentId);
125125
const response = await axios.get(url);
126126
return response.data;
127127
}

0 commit comments

Comments
 (0)