build/dist-size/analyze/getHistoryForFile.js
Function exports
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
module.exports = async function ( client, repoOwner, repoName, filePath ) {
const history = [];
let hasNextPage = true;
let endCursor = null;