5273d0df9c
Main workflow / Run (windows-latest) (push) Waiting to run
Main workflow / Run (ubuntu-latest) (push) Failing after 46s
8 lines
168 B
JavaScript
8 lines
168 B
JavaScript
module.exports = getNextPage
|
|
|
|
const getPage = require('./get-page')
|
|
|
|
function getNextPage (octokit, link, headers) {
|
|
return getPage(octokit, link, 'next', headers)
|
|
}
|