Skip to content
Permalink
Browse files
testing 2
  • Loading branch information
reisborw committed Oct 16, 2019
1 parent 7a72771 commit 74cb1319518f50031dea92f0ee84440cc0278350
Showing 1 changed file with 1 addition and 1 deletion.
@@ -4,7 +4,7 @@ const User = require('../models/user');

module.exports = class UserController {
static hello () {
let user = new User();
let user = new User()
user.setName('Ben');

return `Hello ${user.name}`;

0 comments on commit 74cb131

Please sign in to comment.