ref+sec(github-like): lift _common/github.js from _common/githubish.js

This commit is contained in:
AJ ONeal
2024-06-05 08:31:15 +00:00
parent 36af48aceb
commit dca40ff2ed
3 changed files with 60 additions and 15 deletions

View File

@@ -20,9 +20,6 @@ async function getAllReleases(
username = '',
token = '',
) {
if (!baseurl) {
throw new Error('missing baseurl');
}
baseurl = `${baseurl}/api/v1`;
let all = await GitHubish.getAllReleases(
request,