Skip to content

Commit

Permalink
trivial: removing accidental insertion of datachunks to window
Browse files Browse the repository at this point in the history
  • Loading branch information
vdua committed Jan 14, 2025
1 parent 5c3ee5e commit 689cc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/oversight/slicer.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const API_ENDPOINT = BUNDLER_ENDPOINT;
const elems = {};

const dataChunks = new DataChunks();
window.dataChunks = dataChunks;

const loader = new DataLoader();
loader.apiEndpoint = API_ENDPOINT;

Expand Down

0 comments on commit 689cc85

Please sign in to comment.