typoe in assert

This commit is contained in:
Girish Ramakrishnan
2020-03-30 15:05:37 -07:00
parent f78571e46d
commit 3e6b66751c
2 changed files with 2 additions and 2 deletions

View File

@@ -533,7 +533,7 @@ function update(req, res, next) {
data.appStoreId = appStoreId;
data.manifest = manifest;
apps.update(req.resource, req.body, auditSource.fromRequest(req), function (error, result) {
apps.update(req.resource, data, auditSource.fromRequest(req), function (error, result) {
if (error) return next(BoxError.toHttpError(error));
next(new HttpSuccess(202, { taskId: result.taskId }));