This commit is contained in:
Austen Collins 2015-10-14 19:25:52 -07:00 committed by doapp-ryanp
parent 2cffc67bc1
commit e68df02aff
2 changed files with 2 additions and 2 deletions

View File

@ -173,7 +173,7 @@ class Jaws {
* Project Create
* @returns {*}
*/
// TODO Passing in params does not currently work
projectCreate(config) {
// Prepare Queue

View File

@ -47,7 +47,7 @@ class ProjectCreate extends JawsPlugin {
let _this = this;
return function*(config) {
// Non-Interactive Validations
if (!_this.Jaws._interactive) {
if (!config ||