feat: small bug...

This commit is contained in:
mpaulson 2022-07-19 20:50:45 -06:00
parent 8373956717
commit 727b1c5b62

View file

@ -19,7 +19,7 @@ module.exports.stats = function(config, day_path) {
fs.writeFileSync(
path.join(__dirname, "..", "stats.json"),
JSON.stringify(package_json, null, 4));
JSON.stringify(stats, null, 4));
}
module.exports.package_json = function(config, day_path) {