fixed syntactical error
This commit is contained in:
parent
87a3014c8d
commit
edc1ea081f
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user