fixed syntactical error
This commit is contained in:
@@ -34,7 +34,7 @@ class User{
|
||||
db.MUser.select({name: MUser.name, email: MUser.email}).where(MUser.email == 'alice@example.com').first().next(function(row) {
|
||||
trace(row.name);
|
||||
// return "$row";
|
||||
})
|
||||
});
|
||||
});
|
||||
});
|
||||
return "success";
|
||||
|
||||
Reference in New Issue
Block a user