Skip to content

Commit 7ece3cf

Browse files
committed
fix lint errors
1 parent 4d4c23a commit 7ece3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/src/core/providers/oauth.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import { OAuthProvider } from './oauth';
2929
import { OAuthCredential } from '../credentials/oauth';
3030

3131
describe('core/providers/oauth', () => {
32-
const callMethod = (tokenResponse: any) => {
32+
const callMethod = (tokenResponse: any): OAuthCredential => {
3333
return (OAuthProvider as any).oauthCredentialFromTaggedObject({
3434
_tokenResponse: tokenResponse
3535
});

0 commit comments

Comments
 (0)