Skip to content
Snippets Groups Projects
Commit 24c17a42 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

chore: add missing price jsDoc types

parent ff0b718e
No related merge requests found
Pipeline #108707 passed
......@@ -415,6 +415,7 @@ async function getOffPeakHours(url, apiAuthKey, userLogin, pointId) {
* @param {string} apiAuthKey
* @param {string} userLogin
* @param {string} pointId
* @param {Price[] | null} prices
*/
async function getDailyData(url, apiAuthKey, userLogin, pointId, prices) {
log('info', 'Fetching daily data')
......@@ -507,6 +508,7 @@ async function getMaxPowerData(url, apiAuthKey, userLogin, pointId) {
* @param {string} apiAuthKey
* @param {string} userLogin
* @param {string} pointId
* @param {Price[] | null} prices
*/
async function getDataHalfHour(url, apiAuthKey, userLogin, pointId, prices) {
log('info', 'Fetching half-hour data')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment