Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
enedis_sge_konnector
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
Factory
LLLE_Project
enedis_sge_konnector
Commits
df7649f1
Commit
df7649f1
authored
2 years ago
by
Hugo SUBTIL
Browse files
Options
Downloads
Patches
Plain Diff
test
parent
485c1703
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!50
merge dev into master
,
!23
Dev
Pipeline
#45363
failed
2 years ago
Stage: test
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/requests/cozy.js
+7
-0
7 additions, 0 deletions
src/requests/cozy.js
with
7 additions
and
0 deletions
src/requests/cozy.js
+
7
−
0
View file @
df7649f1
...
...
@@ -7,6 +7,13 @@ async function saveAccountData(accountId, accountData) {
let
account
=
await
getAccount
(
accountId
)
log
(
'
info
'
,
`saveAccountData account:
${
JSON
.
stringify
(
account
)}
`
)
log
(
'
info
'
,
`saveAccountData account:
${
JSON
.
stringify
({
...
account
,
data
:
accountData
,
})}
`
)
account
=
await
updateOrCreate
(
[{
...
account
,
data
:
accountData
}],
...
...
This diff is collapsed.
Click to expand it.
Rémi PAILHAREY
@rpailharey
mentioned in commit
926e5bbe
·
2 years ago
mentioned in commit
926e5bbe
mentioned in commit 926e5bbedde862724f8cf108583d9123c8e74adf
Toggle commit list
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment