Skip to content

Commit fc6995b

Browse files
committed
Fix lint web issues
Signed-off-by: Madhav Kandukuri <[email protected]>
1 parent 463a784 commit fc6995b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcpgateway/static/admin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9202,4 +9202,4 @@ async function testA2AAgent(agentId, agentName, endpointUrl) {
92029202
}
92039203

92049204
// Expose A2A test function to global scope
9205-
window.testA2AAgent = testA2AAgent;
9205+
window.testA2AAgent = testA2AAgent;

0 commit comments

Comments
 (0)