Description
The initial call to /snyk project list <org name> fails because we look in our own DB for projects first and make users manually call the API via the "Refresh Projects" button.
Resolution
To handle this we should probably do an initial check to see if the given Snyk Org's local project data is null and, if it is, go ahead and initiate a call to the Snyk API in the background.
Tasks