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

chore: fix few types errors

parent 99663925
No related branches found
No related tags found
1 merge request!64Merge dev into main
Pipeline #103245 passed
......@@ -89,7 +89,7 @@
* @typedef {object} AccountData
* @property {string} consentId
* @property {string} inseeCode
* @property {string} offPeakHours
* @property {string | undefined} offPeakHours
*/
/**
......
......@@ -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}`)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment