mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-24 18:32:22 +00:00
typo mistake
a typo mistake
This commit is contained in:
parent
e5b32087c9
commit
312ec74699
@ -847,7 +847,7 @@ console.log('next');
|
||||
function getUsername(userId) {
|
||||
return database.users.get({id: userId})
|
||||
.then(function(user) {
|
||||
return uesr.name;
|
||||
return user.name;
|
||||
});
|
||||
}
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user