diff --git a/src/RESTController.js b/src/RESTController.js index 82e3d3195..bc3ba1ff8 100644 --- a/src/RESTController.js +++ b/src/RESTController.js @@ -227,7 +227,6 @@ const RESTController = { const context = options.context; if (context !== undefined) { payload._context = context; - delete options.context; } if (method !== 'POST') {