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
When the bot searches for a project release it only search with the version number (models.project_delivery.find({ version: res.match[3] }, function (err, result) {) but it should also use the project ID.
The text was updated successfully, but these errors were encountered:
When the bot searches for a project release it only search with the version number (models.project_delivery.find({ version: res.match[3] }, function (err, result) {) but it should also use the project ID.
The text was updated successfully, but these errors were encountered: