Skip to content

Commit

Permalink
Removed typescript from js file
Browse files Browse the repository at this point in the history
  • Loading branch information
lpfrenette committed Nov 7, 2023
1 parent be0fb66 commit 420963f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth/lib/providers/OAuthProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default class OAuthProvider {
/** @internal */
#customParameters = {};
/** @internal */
#scopes: string[] = [];
#scopes = [];

constructor(providerId) {

Check warning on line 26 in packages/auth/lib/providers/OAuthProvider.js

View check run for this annotation

Codecov / codecov/patch

packages/auth/lib/providers/OAuthProvider.js#L26

Added line #L26 was not covered by tests
this.#providerId = providerId;
Expand Down

0 comments on commit 420963f

Please sign in to comment.