From 602d1d295a7b226777e8881ac5d321f1da7610ae Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Tue, 17 Sep 2024 21:26:12 +0200 Subject: [PATCH] chore: lint --- test/SdJwt.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/SdJwt.spec.ts b/test/SdJwt.spec.ts index 5a630127..7cc00d46 100644 --- a/test/SdJwt.spec.ts +++ b/test/SdJwt.spec.ts @@ -1,6 +1,7 @@ +import { createHash } from 'crypto'; + import { PresentationDefinitionV2 } from '@sphereon/pex-models'; import { SdJwtDecodedVerifiableCredential } from '@sphereon/ssi-types'; -import { createHash } from 'crypto'; import { PEX, PresentationSubmissionLocation, Status, Validated } from '../lib'; import { SubmissionRequirementMatchType } from '../lib/evaluation/core';