LabConnect-RCOS / LabConnect-Frontend

Apache License 2.0
1 stars 2 forks source link

Fix ESLINT error for undefined process variable #39

Open RafaelCenzano opened 3 weeks ago

RafaelCenzano commented 3 weeks ago

The process variable is used for access an environment variable for the backend URL, currently ESLINT is flagging it as undefined as its possible to be undefined. Find a way to validate the variable and remove the lint error