Fix typo
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user