fixed syntactical error

This commit is contained in:
Andreas 2022-10-05 13:59:01 +02:00
parent 87a3014c8d
commit edc1ea081f

View File

@ -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";