Skip to content

Commit 6acafcf

Browse files
committed
formatting changes
1 parent 4021b04 commit 6acafcf

3 files changed

+285
-273
lines changed

amazon-affiliate-link-maker.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -390,12 +390,12 @@ <h1 class="box-title">How to Embed This tool in your website?</h1>
390390
try {
391391
handleConverClick();
392392
} catch (e) {
393-
CustomAnalytics.collector.collect(
393+
CustomAnalytics.collector.collectError(
394394
{
395-
eventName: `${e}`,
396395
eventAction: `${Page.context.tableName}-convert-click`,
397396
message: `${JSON.stringify(Page.request)}`
398-
}
397+
},
398+
e
399399
);
400400
}
401401
});

0 commit comments

Comments
 (0)