mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-18 03:26:26 +00:00
doc: remove references to 'request'
This commit is contained in:
@@ -145,8 +145,8 @@ It looks like this:
|
||||
`releases.js`:
|
||||
|
||||
```js
|
||||
module.exports = function (request) {
|
||||
return github(request, owner, repo).then(function (all) {
|
||||
module.exports = function () {
|
||||
return github(null, owner, repo).then(function (all) {
|
||||
// if you need to do something special, you can do it here
|
||||
// ...
|
||||
return all;
|
||||
|
||||
Reference in New Issue
Block a user