Skip to content

Commit

Permalink
Repair create command
Browse files Browse the repository at this point in the history
  • Loading branch information
troyharvey committed Nov 15, 2016
1 parent 87bc7d5 commit a779dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
},

createSync: (objectName) => {
return this.create(objectName, true);
return create(objectName, true);
},

tearDown: (objects) => {
Expand Down

0 comments on commit a779dba

Please sign in to comment.