Commit 0316b05
committed
fix(sdk): satisfy the package build's stricter null-narrowing on the error partial
The error-path UI-message array construction tripped the tshy build's stricter
check (partialResponse not narrowed by the includePartial flag). Assert
non-null where includePartial already guarantees it.1 parent aaa51a3 commit 0316b05
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7970 | 7970 | | |
7971 | 7971 | | |
7972 | 7972 | | |
7973 | | - | |
| 7973 | + | |
7974 | 7974 | | |
7975 | | - | |
| 7975 | + | |
7976 | 7976 | | |
7977 | 7977 | | |
7978 | 7978 | | |
| |||
0 commit comments