Commit 73f9984
committed
fix: set context to avoid panic on token refresh
When a user's access token was expired, the CLI would try to refresh the
access token but it would encounter a panic because the context was
`nil`.
This resolves the issue by passing the context through to the factory so
it can be used when refreshing the access token.1 parent 499dd2f commit 73f9984
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| 178 | + | |
178 | 179 | | |
179 | 180 | | |
180 | 181 | | |
| |||
0 commit comments