Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
plugins
drug-reactions
Commits
d8da48ea
Commit
d8da48ea
authored
Nov 22, 2018
by
David Hoksza
Browse files
error -> catch
parent
ac4ff740
Pipeline
#7584
passed with stages
in 1 minute and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/js/index.js
View file @
d8da48ea
...
...
@@ -380,7 +380,7 @@ function initDrugBioEntities(){
const
promisses
=
drugNames
.
map
(
d
=>
queryMinervaApi
(
`projects/
${
minervaProxy
.
project
.
data
.
getProjectId
()}
/drugs:search?query=
${
d
}
`
)
.
error
(
error
=>
{
return
undefined
;
})
.
catch
(
error
=>
{
return
undefined
;
})
);
return
Promise
.
all
(
promisses
);
...
...
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