Skip to content

Commit 909ff8a

Browse files
committed
New changes.
1 parent 5f1e272 commit 909ff8a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

builders.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ function SchemaOptions(error, model, options, callback, controller) {
6262
this.language = controller.language || '';
6363
this.ip = controller.ip;
6464
this.query = controller.query;
65+
this.body = controller.body;
66+
this.files = controller.files;
6567
} else
6668
this.language = '';
6769
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"name": "luoage",
8585
"email": "luoage@msn.cn"
8686
}],
87-
"version": "2.8.1-11",
87+
"version": "2.8.1-12",
8888
"homepage": "http://www.totaljs.com",
8989
"bugs": {
9090
"url": "https://github.com/totaljs/framework/issues",

0 commit comments

Comments
 (0)