Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinrivero committed Sep 24, 2024
1 parent 6950c1c commit 2a6f7db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acrobat/blocks/verb-widget/verb-widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ export default async function init(element) {

// Errors, Analytics & Logging
window.addEventListener('unity:show-error-toast', (e) => {
// eslint-disable-next-line no-console
console.log(`⛔️ Error Code - ${e.detail?.code}`);

if (e.detail?.code === 'only_accept_one_file') {
Expand Down

0 comments on commit 2a6f7db

Please sign in to comment.