Commit 0ec5938
Fix LogAsync compilation error by adding missing url parameter
The generated Rpc.LogAsync method added a 'url' parameter between
'ephemeral' and 'cancellationToken', causing a type mismatch when
Session.LogAsync passed cancellationToken as the 4th positional arg.
Added the 'url' parameter to Session.LogAsync to match the generated
Rpc method signature and pass it through correctly.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent e24886f commit 0ec5938
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
749 | 749 | | |
750 | 750 | | |
751 | 751 | | |
| 752 | + | |
752 | 753 | | |
753 | 754 | | |
754 | 755 | | |
| |||
758 | 759 | | |
759 | 760 | | |
760 | 761 | | |
761 | | - | |
| 762 | + | |
762 | 763 | | |
763 | | - | |
| 764 | + | |
764 | 765 | | |
765 | 766 | | |
766 | 767 | | |
| |||
0 commit comments