We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e716fb0 commit 5d14cc2Copy full SHA for 5d14cc2
src/endpoints/reporting/lens.js
@@ -24,7 +24,7 @@ router.post('/', async function (req, res, next) {
24
if (unlock && unlock[0]) {
25
if (unlock[0].lens_id && unlock[0].lens_url) {
26
console.log('Re-downloading Unlock', lensId);
27
- await Util.downloadUnlock(unlock[0].lens_id, unlock[0].lens_url)
+ await Util.downloadUnlock(unlock[0].lens_id, unlock[0].lens_url);
28
return res.json({});
29
} else {
30
console.warn('Unlock Download URL is missing', lensId);
0 commit comments