This commit is contained in:
Girish Ramakrishnan
2021-01-19 19:58:44 -08:00
parent 025eb18411
commit 10d7c47576
+1 -1
View File
@@ -41,7 +41,7 @@ function configure(req, res, next) {
if (typeof req.body.memoryLimit !== 'number') return next(new HttpError(400, 'memoryLimit must be a number'));
const data = {
memory: req.body.memoryLimit
memoryLimit: req.body.memoryLimit
};
if (req.params.service === 'sftp') {