Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update chapter1.md #49

Merged
merged 1 commit into from Dec 24, 2018
Merged

Update chapter1.md #49

merged 1 commit into from Dec 24, 2018

Conversation

biblicalph
Copy link
Contributor

getAccounts method on accountService should not be invoked as a function.

That is, change:

const accountService = {
...,
getAccounts(),
...
}

to

const accountService = {
...,
getAccounts,
...
}

`getAccounts` method on `accountService` should not be invoked as a function.

That is, change: 
```javascript
const accountService = {
...,
getAccounts(),
...
}
```

to

```javascript
const accountService = {
...,
getAccounts,
...
}
```
@azat-co azat-co merged commit 72da482 into azat-co:master Dec 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants