Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
feudal
feudalWebpage
Commits
2fe82cdc
Commit
2fe82cdc
authored
Nov 28, 2018
by
Lukas Burgey
Browse files
Fix a minor bug
parent
3e13fa1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/user.service.ts
View file @
2fe82cdc
...
@@ -335,7 +335,7 @@ export class UserService {
...
@@ -335,7 +335,7 @@ export class UserService {
return
this
.
subscribeDeployments
().
pipe
(
return
this
.
subscribeDeployments
().
pipe
(
map
((
deployments
:
Deployment
[])
=>
{
map
((
deployments
:
Deployment
[])
=>
{
return
deployments
.
find
(
return
deployments
.
find
(
(
dep
:
Deployment
)
=>
dep
.
vo
.
id
==
vo
.
id
(
dep
:
Deployment
)
=>
dep
.
vo
?
dep
.
vo
.
id
==
vo
.
id
:
false
);
);
}
}
),
),
...
...
Write
Preview
Supports
Markdown
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