[misc] bump the dev-env to 3.3.2
This commit is contained in:
@@ -27,7 +27,7 @@ module.exports = RequestParser = {
|
||||
parse(body, callback) {
|
||||
let resource
|
||||
if (callback == null) {
|
||||
callback = function(error, data) {}
|
||||
callback = function (error, data) {}
|
||||
}
|
||||
const response = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user