Skip to content

Commit

Permalink
fix: Removed redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
Eengineer1 committed Jan 4, 2024
1 parent 75232f0 commit 6f10d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/identity/local.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as dotenv from 'dotenv';
import type { IIdentifier, CredentialPayload, VerifiableCredential, IVerifyResult, TKeyType } from '@veramo/core';
import type { IIdentifier, CredentialPayload, VerifiableCredential, IVerifyResult } from '@veramo/core';
import { MemoryPrivateKeyStore } from '@veramo/key-manager';
import { KeyManagementSystem } from '@veramo/kms-local';
import {
Expand Down

0 comments on commit 6f10d61

Please sign in to comment.