Real-Dev-Squad / website-backend

The backend code for all our website-related apps
https://api.realdevsquad.com/
MIT License
44 stars 200 forks source link

validate command is successfully running even when there is no githubApi added #2023

Open tejaskh3 opened 2 months ago

tejaskh3 commented 2 months ago

Issue Description

validate-setup command is successfully running even when we are not providing githubApi field in it. It should only work where there is everything provided in local.js

I came to know about this issue while working on my previous task, some of test cases were failing to resolve them I take help from @lakshayman he told me that I have not added githubApi field in my local.js but still validate-setup script was working successfully.

Expected Behavior

validate-setup script should work when local.js have githubApi in local.js along with previous data.

Current Behavior

validate-setup script is working even when we have not provided githubApi in it.

Screenshots

image

Reproducibility

Steps to Reproduce

Severity/Priority

Additional Information

Checklist