diff --git a/src/utils/github/ghAuthStatus.ts b/src/utils/github/ghAuthStatus.ts index 5617d05..5c32e25 100644 --- a/src/utils/github/ghAuthStatus.ts +++ b/src/utils/github/ghAuthStatus.ts @@ -27,3 +27,4 @@ export async function getGhAuthStatus(): Promise { }) return exitCode === 0 ? 'authenticated' : 'not_authenticated' } +