Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit b84f0e2

Browse files
committed
FIxed another typo in the response
1 parent 704fbed commit b84f0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func WriteTokenResponse(
3030
TokenType oauth2.TokenType `json:"token_type"`
3131
ExpiresIn float64 `json:"expires_in"`
3232
Scopes string `json:"scope"`
33-
OwnerId interface{} `json:"ownerId"`
33+
OwnerId interface{} `json:"owner_id"`
3434
Meta oauth2.TokenMeta `json:"meta,omitempty"`
3535
}{
3636
AccessToken: accessToken.Token,

0 commit comments

Comments
 (0)