mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-20 00:46:50 +00:00
ref(fetch): manual removal of unused request
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
var git = require('../_common/git-tag.js');
|
||||
var gitUrl = 'https://github.com/ziglang/zig.vim.git';
|
||||
|
||||
module.exports = async function (request) {
|
||||
module.exports = async function () {
|
||||
let all = await git(gitUrl);
|
||||
|
||||
return all;
|
||||
};
|
||||
|
||||
if (module === require.main) {
|
||||
module.exports(require('@root/request')).then(function (all) {
|
||||
module.exports().then(function (all) {
|
||||
all = require('../_webi/normalize.js')(all);
|
||||
|
||||
let samples = JSON.stringify(all, null, 2);
|
||||
|
||||
Reference in New Issue
Block a user