Skip to content

Commit

Permalink
Add published sheet IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
sudevschiz committed May 10, 2020
1 parent 5184a65 commit 27ec95e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sheets-to-csv.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ if (!fs.existsSync(latest_dir)) {
fs.mkdirSync(latest_dir);
}

//Published sheets
const PUBLISHED_SHEET_ID_1 = "2PACX-1vSz8Qs1gE_IYpzlkFkCXGcL_BqR8hZieWVi-rphN1gfrO3H4lDtVZs4kd0C3P8Y9lhsT1rhoB-Q_cP4";
const PUBLISHED_SHEET_ID_2 = "2PACX-1vRodtoTyQwXckfuvuQllkMhGC_gruigaaizVc8I6-BZWeetYpmRyexnO75ep7rnSxFICd8c9dfpwU8I";
const PUBLISHED_SHEET_ID_3 = "2PACX-1vR_17UovavD4X7m_pqzmXjA_kCjGxIapemdWpRhDELHR1LbLJ-EVbxjKgeQat489BFRZ9bqMf-ILe_H";
Expand Down

0 comments on commit 27ec95e

Please sign in to comment.