Skip to content
This repository was archived by the owner on Jul 5, 2022. It is now read-only.

Commit e183f28

Browse files
committed
fix: typo in Codes.getError
1 parent 4d75692 commit e183f28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ export class OAuthError extends HTTPError {
305305
code,
306306
data
307307
})
308-
this.error = Code.getError(code)
308+
this.error = Codes.getError(code)
309309
this.error_description = description
310310
this.error_uri = uri
311311
this.state = state

0 commit comments

Comments
 (0)