You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bioloop has files that are supposed to contain constants.
ui/src/constants.js
api/src/constants.js
Currently, these are invoked via different names in the code - either Constants, or constants. We should settle on a uniform invocation. Constants would be better since it signals that the object is not mutable, and it provides a central source of truth.