Commit cff22ad
authored
fix(symbolicator): check source credentials and not the credential token (#92024)
This PR fixes a bug where it would always report that no token can be
obtained.
The reason is that no refresh is being performed on the
`source_credentials`, so it does not have a `token` property yet and the
check will always return `False`.1 parent 2344c81 commit cff22ad
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
616 | 616 | | |
617 | 617 | | |
618 | 618 | | |
619 | | - | |
| 619 | + | |
620 | 620 | | |
621 | 621 | | |
622 | 622 | | |
| |||
0 commit comments