Skip to content

Commit

Permalink
Style: Decapitalize '{object}' as per eslint recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Mar 31, 2022
1 parent 15e3fef commit bf49a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/assets/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function toggleLanguage() {
}

/**
* @param {Object} cookieConsent
* @param {object} cookieConsent
* @returns {void}
*/
function updateAllowedCategories(cookieConsent) {
Expand Down

0 comments on commit bf49a10

Please sign in to comment.