Skip to content

Commit

Permalink
fix linting error no-unused-vars
Browse files Browse the repository at this point in the history
  • Loading branch information
zsuffad committed Jan 8, 2025
1 parent fc43c28 commit 5987a1b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/dbp-official-signature-pdf-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import {Activity} from './activity.js';
import {PdfAnnotationView} from './dbp-pdf-annotation-view';
import * as SignatureStyles from './styles';
import {TabulatorTable} from '@dbp-toolkit/tabulator-table';
import { send } from '@dbp-toolkit/common/notification';

class OfficialSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitElement) {
constructor() {
Expand Down
1 change: 0 additions & 1 deletion src/dbp-qualified-signature-pdf-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import {PdfAnnotationView} from './dbp-pdf-annotation-view';
import {ExternalSignIFrame} from './ext-sign-iframe.js';
import * as SignatureStyles from './styles';
import {TabulatorTable} from '@dbp-toolkit/tabulator-table';
import { send } from '@dbp-toolkit/common/notification';

class QualifiedSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitElement) {
constructor() {
Expand Down

0 comments on commit 5987a1b

Please sign in to comment.