Add catch to trackFifteenSecondsOnPage() (#15886)

This commit is contained in:
Mac Siri 2021-12-28 12:44:36 -05:00 committed by GitHub
parent 5da625cadb
commit 0b0902d81d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -199,7 +199,7 @@ function trackFifteenSecondsOnPage(articleId, csrfToken) {
'Content-Type': 'application/json',
},
credentials: 'same-origin',
})
}).catch((error) => console.error(error))
}
function trackAdImpression(token, adBox) {