Skip to content

Commit 147d8e1

Browse files
author
Jicheng Lu
committed
Merge branch 'main' of https://github.com/SciSharp/BotSharp-UI into features/refine-chat-window
2 parents 8b8dba1 + c2b14dc commit 147d8e1

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
@@ -120,4 +120,4 @@ export async function getAgentLabels() {
120120
const url = endpoints.agentLabelsUrl;
121121
const response = await axios.get(url);
122122
return response.data;
123-
}
123+
}

0 commit comments

Comments
 (0)