Skip to content

Commit

Permalink
remove extra imports
Browse files Browse the repository at this point in the history
Signed-off-by: Yash Khare <khareyash05@gmail.com>
  • Loading branch information
khareyash05 committed Oct 28, 2024
1 parent 914edfe commit 28fd7a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SignIn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { v4 as uuidv4 } from 'uuid';
const os = require('os');
const { execSync } = require('child_process');
import axios, { AxiosResponse } from 'axios';
import { platform } from 'os';


async function fetchGitHubEmail(accessToken: string): Promise<string | null> {
Expand Down

0 comments on commit 28fd7a3

Please sign in to comment.