Commit 70f12ee
authored
Fix typehint on with OAuthTokens
This method accepts a string, but the parameter actually should be an `OAuthTokens` object (also see what `withRefreshToken` does, as that creates the `OAuthTokens` object first)1 parent c9f305e commit 70f12ee
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments