Skip to content

Commit

Permalink
Revert to script.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecao committed Nov 21, 2024
1 parent 4de8840 commit 9c2bfe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-tracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const path = require('path');
const endPoint = process.env.COLLECT_API_ENDPOINT;

if (endPoint) {
const file = path.resolve(__dirname, '../public/tracker.js');
const file = path.resolve(__dirname, '../public/script.js');

const tracker = fs.readFileSync(file);

Expand Down

0 comments on commit 9c2bfe8

Please sign in to comment.