Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
User Account
Commits
3a75a617
Commit
3a75a617
authored
4 years ago
by
Rosanny Sihombing
Browse files
Options
Download
Email Patches
Plain Diff
minor updates
parent
6d2c45af
master
MLAB-677
devel
reset-jul13
reset-merge
testing
5 merge requests
!143
updating yml config
,
!91
Prepare prod
,
!90
Testing
,
!89
Testing
,
!70
Mlab 383
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
routes/api_TBD.js
+0
-0
routes/api_TBD.js
routes/routes-account.js
+1
-1
routes/routes-account.js
with
1 addition
and
1 deletion
+1
-1
routes/api.js
→
routes/api
_TBD
.js
+
0
-
0
View file @
3a75a617
File moved
This diff is collapsed.
Click to expand it.
routes/routes-account.js
+
1
-
1
View file @
3a75a617
...
...
@@ -204,7 +204,7 @@ module.exports = function (app, config, passport, i18n) {
}
],
function
(
err
,
gitlabRunnersProjectIdsArr
)
{
// get user projects
gitlab
.
getUserProjects
(
loggedInUser
.
getGitlabUserId
(),
function
(
data
){
gitlab
.
getUserProjects
(
loggedInUser
.
getGitlabUserId
(),
function
(
data
){
if
(
data
.
error
)
return
res
.
status
(
500
).
send
(
data
.
data
)
let
gitlabData
=
data
.
data
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets