Skip to content

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-chaix-didomi committed Jan 25, 2024
1 parent 29e68bb commit a8daf92
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Didomi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -637,10 +637,7 @@ export const Didomi = {

/**
* Set the user status for purposes and vendors for consent and legitimate interest.
* @param purposesConsentStatus: boolean used to determine if consent will be enabled or disabled for all purposes.
* @param purposesLIStatus: boolean used to determine if legitimate interest will be enabled or disabled for all purposes.
* @param vendorsConsentStatus: boolean used to determine if consent will be enabled or disabled for all vendors.
* @param vendorsLIStatus: boolean used to determine if legitimate interest will be enabled or disabled for all vendors.
* @param currentUserStatus: instance of CurrentUserStatus containing the user's choices.
* @returns: **true** if consent status has been updated, **false** otherwise.
*/
setCurrentUserStatus: (
Expand Down

0 comments on commit a8daf92

Please sign in to comment.