Skip to content

Commit 5da7c48

Browse files
committed
Merge pull request #519 from CodeNow/owner-copy-cv-fix
fix org owner things
2 parents 8afac41 + edd64a7 commit 5da7c48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/routes/contexts/versions/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ function deepCopyCvFromHelloRunnable (cvKey) {
226226
// maybe error if the contextVersion has acvs?
227227
// make a new context
228228
mw.req('contextVersion', cvKey),
229-
mw.body().pick('owner'),
230229
runnable.create({}, 'sessionUser'),
231230
// create context requires name
232231
function (req, res, next) {

0 commit comments

Comments
 (0)