Commit ac27663
committed
Potential bug in access_token retrieval method
- currently it's working due to 2 facts
- the keys are alphabetically ordered and for the moment `access_token` is the first one
- there is no key containing access_token like `optional_access_token` or `access_token_primary`
- this modification will prevent change in the key set to affect our retrieval technique1 parent 7065713 commit ac27663
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
429 | | - | |
| 429 | + | |
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
| |||
0 commit comments