Commit 2b954b4
committed
fix(runtime): update WebhookConfig call-sites for new retry fields
After the rebase onto master, two WebhookConfig { ... } struct literals
added in fe3ec58 (zeroclaw-labs#5799) no longer compile without the three retry
fields introduced in dd93422. Both are test-only call-sites, so `None`
is correct for each.1 parent 197a805 commit 2b954b4
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1125 | 1125 | | |
1126 | 1126 | | |
1127 | 1127 | | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
1128 | 1131 | | |
1129 | 1132 | | |
1130 | 1133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7924 | 7924 | | |
7925 | 7925 | | |
7926 | 7926 | | |
| 7927 | + | |
| 7928 | + | |
| 7929 | + | |
7927 | 7930 | | |
7928 | 7931 | | |
7929 | 7932 | | |
| |||
0 commit comments