Bug 1861865 - Fix ESLint valid-jsdoc issues in ion.js. r=rhelmer,Gijs

Differential Revision: https://phabricator.services.mozilla.com/D192157
This commit is contained in:
Mark Banner 2023-11-01 17:20:39 +00:00
parent a82253732a
commit c271e63264
2 changed files with 1 additions and 2 deletions

View file

@ -235,7 +235,6 @@ module.exports = {
"browser/components/attribution/**",
"browser/components/customizableui/**",
"browser/components/downloads/**",
"browser/components/ion/content/ion.js",
"browser/components/newtab/**",
"browser/components/originattributes/test/browser/**",
"browser/components/pocket/content/pkt*",

View file

@ -750,7 +750,7 @@ async function sendDeletionPing(studyAddonId) {
* The `creationDate` provided by the telemetry APIs will be used as the timestamp for
* considering the user enrolled in pioneer and/or the study.
*
* @param [studyAddonid=undefined] - optional study id. It's sent in the ping, if present,
* @param {string} [studyAddonId] - optional study id. It's sent in the ping, if present,
* to signal that user enroled in the study.
*/
async function sendEnrollmentPing(studyAddonId) {