Skip to content
Snippets Groups Projects
Commit c870a719 authored by Yoan VALLET's avatar Yoan VALLET
Browse files

fix log error

parent 91e151dc
Branches
No related tags found
1 merge request!20Update master branch
......@@ -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 : []
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment