Skip to content

Commit

Permalink
Merge pull request #519 from CodeNow/owner-copy-cv-fix
Browse files Browse the repository at this point in the history
fix org owner things
  • Loading branch information
tjmehta committed Jan 23, 2015
2 parents 8afac41 + edd64a7 commit 5da7c48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/routes/contexts/versions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ function deepCopyCvFromHelloRunnable (cvKey) {
// maybe error if the contextVersion has acvs?
// make a new context
mw.req('contextVersion', cvKey),
mw.body().pick('owner'),
runnable.create({}, 'sessionUser'),
// create context requires name
function (req, res, next) {
Expand Down

0 comments on commit 5da7c48

Please sign in to comment.