Update utils.ts

This commit is contained in:
freearhey
2025-12-21 02:16:18 +03:00
parent 0d8de71ba5
commit c2820bed24

View File

@@ -95,7 +95,7 @@ export async function loadIssues(props?: { labels: string[] | string }) {
repo: REPO, repo: REPO,
per_page: 100, per_page: 100,
labels, labels,
state: 'open', status: 'open',
headers: { headers: {
'X-GitHub-Api-Version': '2022-11-28' 'X-GitHub-Api-Version': '2022-11-28'
} }