forked from mirrors/gecko-dev
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:
parent
a82253732a
commit
c271e63264
2 changed files with 1 additions and 2 deletions
|
|
@ -235,7 +235,6 @@ module.exports = {
|
||||||
"browser/components/attribution/**",
|
"browser/components/attribution/**",
|
||||||
"browser/components/customizableui/**",
|
"browser/components/customizableui/**",
|
||||||
"browser/components/downloads/**",
|
"browser/components/downloads/**",
|
||||||
"browser/components/ion/content/ion.js",
|
|
||||||
"browser/components/newtab/**",
|
"browser/components/newtab/**",
|
||||||
"browser/components/originattributes/test/browser/**",
|
"browser/components/originattributes/test/browser/**",
|
||||||
"browser/components/pocket/content/pkt*",
|
"browser/components/pocket/content/pkt*",
|
||||||
|
|
|
||||||
|
|
@ -750,7 +750,7 @@ async function sendDeletionPing(studyAddonId) {
|
||||||
* The `creationDate` provided by the telemetry APIs will be used as the timestamp for
|
* The `creationDate` provided by the telemetry APIs will be used as the timestamp for
|
||||||
* considering the user enrolled in pioneer and/or the study.
|
* 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.
|
* to signal that user enroled in the study.
|
||||||
*/
|
*/
|
||||||
async function sendEnrollmentPing(studyAddonId) {
|
async function sendEnrollmentPing(studyAddonId) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue