diff --git a/.env.sample b/.env.sample index f670c24..dfe7e2c 100644 --- a/.env.sample +++ b/.env.sample @@ -3,6 +3,7 @@ GITHUB_KEY= API_PASSWORD= PORT=3002 CORS= +AGORA_KEY= # API_SECRET= # CLOUD_NAME= # API_KEY= diff --git a/src/scripts/retropgf6-live-data/retropgf6-live-data.ts b/src/scripts/retropgf6-live-data/retropgf6-live-data.ts index 9b7c2f8..1f4e156 100644 --- a/src/scripts/retropgf6-live-data/retropgf6-live-data.ts +++ b/src/scripts/retropgf6-live-data/retropgf6-live-data.ts @@ -180,5 +180,4 @@ async function Run() { } } -// export { Run, DATA_DIR, CRON_TIMER } -Run() \ No newline at end of file +export { Run, DATA_DIR, CRON_TIMER }