Skip to content

Commit af878b6

Browse files
committed
npm run build-test working
1 parent f70dbbf commit af878b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/party/schema/user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class User extends ISchema {
1414
photo: { type: String, maxlength: 500, description: 'user photo url' },
1515
created: Utils.created,
1616
enabled: Boolean,
17-
profile: Utils.profile,
17+
profile: Object,
1818
tutorial: {
1919
done: Boolean
2020
}

0 commit comments

Comments
 (0)