Commit 1f71409
committed
fix(run-store): accept the run-ops client in the legacy completed-waitpoint connect
The legacy raw-insert helper only calls $executeRaw but typed its client
parameter narrower than its dedicated sibling, so callers passing the store's
own client failed the build. Widen it to the same client type.1 parent 12c839c commit 1f71409
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
934 | 934 | | |
935 | 935 | | |
936 | 936 | | |
937 | | - | |
| 937 | + | |
938 | 938 | | |
939 | 939 | | |
940 | 940 | | |
| |||
0 commit comments