Skip to content

Commit

Permalink
changed ROOT to github root for data rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
kwheelan authored and maxatdetroit committed Jul 16, 2024
1 parent 82555bd commit 8a6cee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { fetchAndProcessExcel } from './utils/data_utils/XLSX_handlers.js';
import { CurrentPage } from './utils/data_utils/local_storage_handlers.js';

// path for my laptop
export let DATA_ROOT = '../../../data/law_dept_sample/'
// export let DATA_ROOT = '../../../data/law_dept_sample/'
// github path
// export let DATA_ROOT = '../../budget-request-demo/data/law_dept_sample/'
export let DATA_ROOT = '../../budget-request-demo/data/law_dept_sample/'

export let REVENUE = 0;
export let TARGET = 20000000;
Expand Down

0 comments on commit 8a6cee9

Please sign in to comment.