Commit 82cfdeb
fix: ActionServer CancelCallback type definition
The internal actionserver code treats the cancelcallback as an awaitable
object. Yet the CancelCallback type definition specifies only a return
type of CancelResponse. The proper CancelCallback function definition
should return a union of CallbackResponse or a Promise that resolves to
a CallbackResponse.1 parent f699e79 commit 82cfdeb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments