Commit 3279c7b
authored
fix: correct the default value in the agentCardPath comment (#130)
# Description
The default value of `agentCardPath` does not have a preceding slash.
https://github.com/a2aproject/a2a-js/blob/c055b769d96cd197dfb89748c4708277de66684c/src/constants.ts#L81 parent c055b76 commit 3279c7b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments