From d3e4a1606be5a32c5412f2470dd9a81f27fddf43 Mon Sep 17 00:00:00 2001 From: Abhinav Sinha Date: Fri, 7 May 2021 17:51:37 +0530 Subject: [PATCH] prepare for release --- README.md | 1 - src/configs/appConfig.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 379e1c9..b5bef48 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,6 @@ const DISTRICT = 'PATNA'; // beneficiary configs const EMAIL = 'asinha093@gmail.com'; const AGE = 28; - ``` When you set **FINDBYPINCODE = false**, the application will fetch vaccination slots by district value mentioned in this config file. diff --git a/src/configs/appConfig.js b/src/configs/appConfig.js index c897808..eee1fed 100644 --- a/src/configs/appConfig.js +++ b/src/configs/appConfig.js @@ -5,6 +5,6 @@ const STATE = 'BIHAR'; const DISTRICT = 'PATNA'; // beneficiary configs const EMAIL = 'asinha093@gmail.com'; -const AGE = 28; +const AGE = 45; module.exports = { FINDBYPINCODE, PINCODE, STATE, DISTRICT, EMAIL, AGE };