Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
publics
service-sdk-releases
Commits
d0dd6ba6
Commit
d0dd6ba6
authored
Jul 25, 2018
by
Pavel Leshkovich
Browse files
fix db query async
parent
3e5dcfee
Changes
1
Hide whitespace changes
Inline
Side-by-side
router/project.js
View file @
d0dd6ba6
...
...
@@ -27,7 +27,7 @@ function* post() {
`UPDATE
\`
${
this
.
tablesNames
.
PROJECTS
}
\`
SET name = ?, feed_uuid = ?, project_id = ?, config = ?, instance_id = ? WHERE id = ?`
,
[
project
.
name
,
project
.
feed_uuid
,
project
.
project_id
,
project
.
config
,
project
s
.
instance_id
,
project
.
id
]
[
project
.
name
,
project
.
feed_uuid
,
project
.
project_id
,
project
.
config
,
project
.
instance_id
,
project
.
id
]
);
this
.
logger
.
log
(
...
...
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