Skip to content

Commit ec5f885

Browse files
authored
Update barrage.js
1 parent 8f8aa5b commit ec5f885

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

barrage.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ const PATH_SIZE = require("./path-sizes.json");
1515
const IDS = [];
1616

1717
const path = require("path");
18-
const ROOT = path.join(__dirname, "..", "..");
19-
const BARRAGE_PATH = path.join(ROOT, "dist", "barrage.json");
20-
const INTERNAL_BARRAGE_PATH = path.join(ROOT, "dist", "barrage.internal.json");
18+
const BARRAGE_PATH = path.join( "dist", "barrage.json");
19+
const INTERNAL_BARRAGE_PATH = path.join( "dist", "barrage.internal.json");
2120

2221
exports.refreshBarrage = async function () {
2322
console.log("Refreshing Barrage");

0 commit comments

Comments
 (0)