Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
web-et-numerique
LLLE_Project
grdf-konnector
Commits
aa0bcf52
Commit
aa0bcf52
authored
Nov 27, 2020
by
Yoan VALLET
Browse files
fix log error
parent
666583a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/index.js
View file @
aa0bcf52
...
...
@@ -134,7 +134,7 @@ async function getData(token, idPCE) {
* Return the list of daily data
*/
async
function
getActualDailyLoadData
()
{
log
(
'
debug
'
,
doctype
,
'
Retrieve previous data
'
)
log
(
'
debug
'
,
'
Retrieve previous
daily
data
'
)
const
result
=
await
cozyClient
.
data
.
findAll
(
'
com.grandlyon.grdf.day
'
)
return
result
?
result
:
[]
}
...
...
Yoan VALLET
@yvallet
mentioned in commit
17ee9472
·
Nov 27, 2020
mentioned in commit
17ee9472
mentioned in commit 17ee947214346121b062a77bd73bd396989f239f
Toggle commit list
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