Commit e4c19b2
fix(js-sdk): use undefined check when forwarding snapshot name
Truthy check silently drops name: '' — check !== undefined instead so
the API can validate/reject an explicit empty string rather than the
SDK quietly omitting it.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent ba584c1 commit e4c19b2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
722 | 722 | | |
723 | 723 | | |
724 | 724 | | |
725 | | - | |
| 725 | + | |
726 | 726 | | |
727 | 727 | | |
728 | 728 | | |
| |||
0 commit comments