Skip to content

Commit fbfd26b

Browse files
committed
fix linting
1 parent cac6257 commit fbfd26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/issuerRegistries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {RegistryClient, LookupResult} from '@digitalcredentials/issuer-registry-client';
2-
import { VerificationResponse, RegistryListResult } from './types/result.js';
2+
import { VerificationResponse } from './types/result.js';
33
import { REGISTERED_ISSUER_STEP_ID } from './constants/verificationSteps.js';
44
const registryClient = new RegistryClient()
55

0 commit comments

Comments
 (0)