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
8c4650c5
Commit
8c4650c5
authored
Jul 26, 2017
by
Evgeniy Zaitsev
Browse files
v1.0.6
parent
4f75a45a
Changes
2
Show whitespace changes
Inline
Side-by-side
package.json
View file @
8c4650c5
{
"name"
:
"service-sdk"
,
"version"
:
"1.0.
5
"
,
"version"
:
"1.0.
6
"
,
"private"
:
true
,
"description"
:
"Service SDK for LViS"
,
"keywords"
:
[],
...
...
router/project.js
View file @
8c4650c5
...
...
@@ -21,13 +21,13 @@ function* post() {
if
(
projects
.
length
)
{
yield
this
.
db
.
queryAsync
(
`UPDATE
\`
${
this
.
tablesNames
.
PROJECTS
}
\`
SET name = ?, feed_uuid = ?, config = ? WHERE id = ?`
,
[
project
.
name
,
project
.
feed_uuid
,
project
.
config
,
this
.
state
.
project
.
id
]
[
project
.
name
,
project
.
feed_uuid
,
project
.
config
,
project
.
id
]
);
this
.
logger
.
log
(
__filename
,
'
update row with id
'
,
this
.
state
.
project
.
id
,
project
.
id
,
'
in table
'
,
this
.
tablesNames
.
PROJECTS
,
'
successfully
'
...
...
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