Project 'ds/pb-services' was moved to 'public-entries/pb-services'. Please update any links and bookmarks that may still have the old path.
Commit 636bd067 authored by Dmitriy Sintsov's avatar Dmitriy Sintsov 🤗

docs(select): Some little changes

parent 45333531
......@@ -116,11 +116,10 @@ service.append(organization, (err, data) => {
if (err) {
// Runtime stream not block.
// Handle the error as you need as well.
// Do something if catch error
throw new Error(err)
}
doIfSuccess()
doStuff()
})
```
......@@ -154,7 +153,7 @@ service.getItemById('10', (item) => {
### `getItems`
The `getItems` returns array with all appended earlier items or empty..
The `getItems` returns an array object with all appended earlier items or empty.
**Syntax**
```js
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment