fix: changed prStat.js to pr-stats.js

This commit is contained in:
Randell Dawson
2018-11-22 07:15:31 -08:00
committed by mrugesh mohapatra
parent b8b14cb6dc
commit b89f269814

View File

@ -4,7 +4,7 @@ require('dotenv').config();
const { owner, repo, octokitConfig, octokitAuth } = require('../constants');
const octokit = require('@octokit/rest')(octokitConfig);
const { getRange } = require('./prStats');
const { getRange } = require('./pr-stats');
octokit.authenticate(octokitAuth);