Skip to content

Commit 4b14996

Browse files
committed
refactor(api): use graphql endpoint for fetching authenticated user details
Signed-off-by: Adam Setch <[email protected]>
1 parent 7d90d1a commit 4b14996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/utils/api/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export async function getHtmlUrl(url: Link, token: Token): Promise<string> {
178178
}
179179

180180
/**
181-
* Fetch GitHub Authenticated User.
181+
* Fetch details of the currently authenticated GitHub user.
182182
*/
183183
export async function fetchAuthenticatedUserDetails(
184184
hostname: Hostname,

0 commit comments

Comments
 (0)