Commit 9691e19
fix: use !== undefined guard for existingSessionId check (#1658)
if (options.existingSessionId) silently ignored existingSessionId: ""
— fix to !== undefined for correct empty string handling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 3d7d68f commit 9691e19
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| |||
0 commit comments