Skip to content

Commit

Permalink
style(Lint): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lemoustachiste committed Nov 5, 2024
1 parent b5b1096 commit 29e7804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/selectors/certificate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { isValidUrl } from '../helpers/validations';
import { VERIFICATION_STATUSES } from '../constants/verificationStatuses';
import { CONTENT_TYPES } from '../constants/contentTypes';
import getText from '../i18n/getText';
import type { IVerificationMapItem, Signers, Certificate, BlockcertsV3 } from '@blockcerts/cert-verifier-js';
import type { IVerificationMapItem, Signers, Certificate } from '@blockcerts/cert-verifier-js';
import type { BlockcertsVerifierState, IFinalStep } from '../store/getInitialState';
import type { V1Signature } from '../models/V1Signature';

Expand Down

0 comments on commit 29e7804

Please sign in to comment.