Skip to content

Commit

Permalink
Fix Rubucop complains
Browse files Browse the repository at this point in the history
  • Loading branch information
atejada committed Apr 22, 2024
1 parent 06e2126 commit 2b562e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/nylas/resources/auth.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ class Auth < Resource
include ApiOperations::Post
include ApiOperations::Get

# Get info about a specific token based on the identifier you include. Use either the ID Token or Access Token.
# Get info about a specific token based on the identifier you include.
# Use either the ID Token or Access Token.
#
# @param ID of the request.
# @return [Hash] Token Info.
Expand Down

0 comments on commit 2b562e6

Please sign in to comment.