Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
pb-services
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Jira
Jira
Analytics
Analytics
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Public entries
pb-services
Commits
636bd067
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
5 years ago
by
Dmitriy Sintsov
🤗
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(select): Some little changes
parent
45333531
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
src/services/select/README.md
src/services/select/README.md
+2
-3
No files found.
src/services/select/README.md
View file @
636bd067
...
...
@@ -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
)
}
do
IfSuccess
()
do
Stuff
()
})
```
...
...
@@ -154,7 +153,7 @@ service.getItemById('10', (item) => {
### `getItems`
The
`getItems`
returns a
rray with all appended earlier items or empty.
.
The
`getItems`
returns a
n array object with all appended earlier items or empty
.
**Syntax**
```
js
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment