Commit 35aef5e
fix: Use truthy check for graph_key in __get_track_data
Change `if self._graph_key is not None` to `if self._graph_key` so
that empty string is treated as "not set", matching the truthy check
already used in resumption_token. Prevents round-trip data loss where
a tracker with graph_key="" emits graphKey in events but omits it
from the token.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent bed2034 commit 35aef5e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
0 commit comments