Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
histhub
api
Commits
38114530
Commit
38114530
authored
Sep 24, 2019
by
Tobinsk
Browse files
Merge branch '9-add-url-resolver' into 'master'
More debug flags Closes
#9
See merge request
!24
parents
528b0123
06d64403
Pipeline
#3372
passed with stage
in 2 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/utils/response-collector.ts
View file @
38114530
...
...
@@ -52,6 +52,8 @@ export class ResponseCollector {
// should always be the same
this
.
finalData
.
id
=
data
.
id
;
// find key and add data
console
.
log
(
'
config
'
+
this
.
config
);
console
.
log
(
'
name
'
+
data
.
name
);
if
(
this
.
config
.
indexOf
(
data
.
name
)
>
-
1
){
// check if array
if
(
Array
.
isArray
(
data
.
data
.
links
))
{
...
...
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