Skip to content

Commit

Permalink
refact: delete unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji-soo708 committed Jan 9, 2025
1 parent 1f7bf30 commit 0e2623e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ interface GoogleAuthFeignClient {
@RequestParam(name = "client_id") clientId: String,
@RequestParam(name = "client_secret") clientSecret: String,
@RequestParam(name = "redirect_uri") redirectUri: String,
@RequestParam(name = "grant_type") grantType: String = "authorization_code",
@RequestParam(name = "grant_type") grantType: String,
): GoogleTokenResponse
}

0 comments on commit 0e2623e

Please sign in to comment.