Skip to content

Commit b136bb3

Browse files
committed
fix(auth): format
1 parent 8c13920 commit b136bb3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/core/auth-js/src/GoTrueClient.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3587,7 +3587,9 @@ export default class GoTrueClient {
35873587
* Revokes a user's OAuth grant for a specific client.
35883588
* Only relevant when the OAuth 2.1 server is enabled in Supabase Auth.
35893589
*/
3590-
private async _revokeOAuthGrant(options: { clientId: string }): Promise<AuthOAuthRevokeGrantResponse> {
3590+
private async _revokeOAuthGrant(options: {
3591+
clientId: string
3592+
}): Promise<AuthOAuthRevokeGrantResponse> {
35913593
try {
35923594
return await this._useSession(async (result) => {
35933595
const {

0 commit comments

Comments
 (0)