RADAR-base / RADAR-Rest-Source-Auth

A simple application to support authorization of wearable devices using OAuth using a webservice with REST Endpoints.
https://radar-base.org/
Apache License 2.0
1 stars 0 forks source link

Check projectId before request #93

Closed peyman-mohtashami closed 3 years ago

blootsvoets commented 3 years ago

It turns out this was the offending line of code in our other code base, but the solution was the previous value if (projectId). So this PR identifies the issue but is not needed to solve it.