mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
add todo
This commit is contained in:
parent
2cffc67bc1
commit
e68df02aff
@ -173,7 +173,7 @@ class Jaws {
|
||||
* Project Create
|
||||
* @returns {*}
|
||||
*/
|
||||
|
||||
// TODO Passing in params does not currently work
|
||||
projectCreate(config) {
|
||||
|
||||
// Prepare Queue
|
||||
|
||||
@ -47,7 +47,7 @@ class ProjectCreate extends JawsPlugin {
|
||||
let _this = this;
|
||||
|
||||
return function*(config) {
|
||||
|
||||
|
||||
// Non-Interactive Validations
|
||||
if (!_this.Jaws._interactive) {
|
||||
if (!config ||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user