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
c288effd
Commit
c288effd
authored
1 year ago
by
Bastien DUMONT
Browse files
Options
Downloads
Patches
Plain Diff
chore: fix few types errors
parent
99663925
No related branches found
No related tags found
1 merge request
!64
Merge dev into main
Pipeline
#103245
passed
9 months ago
Stage: test
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/core/types/types.js
+1
-1
1 addition, 1 deletion
src/core/types/types.js
src/requests/cozy.js
+1
-1
1 addition, 1 deletion
src/requests/cozy.js
with
2 additions
and
2 deletions
src/core/types/types.js
+
1
−
1
View file @
c288effd
...
...
@@ -89,7 +89,7 @@
* @typedef {object} AccountData
* @property {string} consentId
* @property {string} inseeCode
* @property {string} offPeakHours
* @property {string
| undefined
} offPeakHours
*/
/**
...
...
This diff is collapsed.
Click to expand it.
src/requests/cozy.js
+
1
−
1
View file @
c288effd
...
...
@@ -34,7 +34,7 @@ async function saveAccountData(accountId, accountData) {
/**
* Return account
* @param {string} accountId
* @returns {Account}
* @returns {
Promise<
Account
>
}
*/
async
function
getAccount
(
accountId
)
{
log
(
'
info
'
,
`getAccount:
${
accountId
}
`
)
...
...
This diff is collapsed.
Click to expand it.
Bastien DUMONT
@bdumont
mentioned in commit
37869b16
·
10 months ago
mentioned in commit
37869b16
mentioned in commit 37869b163a34784287044ae079aa7a4c6deb2034
Toggle commit list
Bastien DUMONT
@bdumont
mentioned in commit
eb98c84c
·
10 months ago
mentioned in commit
eb98c84c
mentioned in commit eb98c84c0dd09b3be82a1481d946cd5499cbc014
Toggle commit list
Bastien DUMONT
@bdumont
mentioned in commit
66ad8bac
·
10 months ago
mentioned in commit
66ad8bac
mentioned in commit 66ad8bac54a596fee1f5dd4e3acccf0f9464f487
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