🏥 ghPrStatus.ts

This commit is contained in:
nirholas
2026-03-31 10:24:17 +00:00
parent 2c1307c83a
commit 2e79b825c1

View File

@@ -104,3 +104,4 @@ export async function fetchPrStatus(): Promise<PrStatus | null> {
return null return null
} }
} }