⛩️ ghAuthStatus.ts

This commit is contained in:
nirholas
2026-03-31 10:24:17 +00:00
parent b1fdeeffa9
commit aa385fd450

View File

@@ -27,3 +27,4 @@ export async function getGhAuthStatus(): Promise<GhAuthStatus> {
})
return exitCode === 0 ? 'authenticated' : 'not_authenticated'
}