Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Nov 15, 2023
1 parent 9b4bc3b commit e28eabb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions prepare-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ const { computeGroupData } = require("./lib/compute-group-data");

const target = "./report.json";

const aggregatedData = [];

const loadDir = async (dirPath) => {
const files = (await fs.readdir(dirPath)).filter(path => path.match(/\.json$/) && path !== 'staff.json');
const staff = JSON.parse(await fs.readFile(dirPath + '/staff.json', 'utf-8'));
Expand Down

0 comments on commit e28eabb

Please sign in to comment.