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
06d64403
Commit
06d64403
authored
Sep 24, 2019
by
tobinski
Browse files
More debug flags
parent
45d22b7e
Pipeline
#3371
canceled with stage
in 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/utils/response-collector.ts
View file @
06d64403
...
...
@@ -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