Skip to content

Commit

Permalink
fix: Fixed unused var error
Browse files Browse the repository at this point in the history
  • Loading branch information
jaesius committed Aug 19, 2020
1 parent e2c0edf commit 234600a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/nerd-days.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const NerdDaysPage = () => {
'data-clearbit-publishable-key',
'pk_4d10daa544de6f993a9a9ce002ccd1c6'
);
script.onerror = function (e) {
script.onerror = function () {
// eslint-disable-next-line no-console
console.log('Clearbit Form JS unable to load');
pollForDefinition(window, 'MktoForms2', function () {
Expand Down

0 comments on commit 234600a

Please sign in to comment.