mirror of
https://github.com/iptv-org/epg
synced 2026-06-16 21:39:23 -04:00
Merge branch 'master' of https://github.com/iptv-org/epg into be-fixes
This commit is contained in:
@@ -80,7 +80,9 @@ export async function loadJs(filepath: string) {
|
||||
|
||||
export async function loadIssues(props?: { labels: string[] | string }) {
|
||||
const CustomOctokit = Octokit.plugin(paginateRest, restEndpointMethods)
|
||||
const octokit = new CustomOctokit()
|
||||
const octokit = new CustomOctokit({
|
||||
auth: process.env.GH_TOKEN
|
||||
})
|
||||
|
||||
let labels = ''
|
||||
if (props && props.labels) {
|
||||
|
||||
Reference in New Issue
Block a user