-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added a fail through check for the project ID #938
Conversation
It is a
Is there a shorter syntax? I know enough Node to be dangerous :) |
Oh you mean the ternary operator? |
Oops I got it from Stackoverflow, and confused two forms. I will tidy that and rebuild |
|
Thanks for the guidance, I will make the before I release the update |
I think the
|
What problem does this PR address?
After merging #pr937 it was found that the process of getting WI/CS details could fail due to a missing project ID.
Code has been added to try two locations for the projects ID
Also in the process of debuging this add a bit more logging