Commit a9050f7
committed
fix(common): make resumption tokens build from request not empty
When creating a resumption token from a request (as done in data provider),
the token is not really empty - the offset is 0. This way, we can still check
for empty tokens (which would be not allowed).1 parent a876a4c commit a9050f7
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| |||
0 commit comments