cfahlgren1 HF Staff commited on
Commit
7d7c807
·
1 Parent(s): 41adc9e
Files changed (1) hide show
  1. index.ts +1 -1
index.ts CHANGED
@@ -13,7 +13,7 @@ const PORT = parseInt(process.env.PORT || '4040', 10);
13
  const LOGS_DIR = process.env.LOGS_DIR || './logs';
14
 
15
  const HF_ACCESS_TOKEN = process.env.HF_API_KEY || '';
16
- const DATASET_PRIVATE = (process.env.DATASET_PRIVATE || 'false').toLowerCase() === 'false';
17
 
18
  /*
19
  USER_NAME - the name of the user to use for the dataset
 
13
  const LOGS_DIR = process.env.LOGS_DIR || './logs';
14
 
15
  const HF_ACCESS_TOKEN = process.env.HF_API_KEY || '';
16
+ const DATASET_PRIVATE = (process.env.DATASET_PRIVATE || 'false').toLowerCase() === 'true';
17
 
18
  /*
19
  USER_NAME - the name of the user to use for the dataset