Skip to content

Commit

Permalink
rm unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Aug 27, 2024
1 parent 20d15f7 commit ee7af79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iden3comm/types/protocol/auth.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ZKProof } from '@iden3/js-jwz';
import { BasicMessage, JsonDocumentObject, ContextObject } from '../packer';
import { BasicMessage, JsonDocumentObject } from '../packer';
import { PROTOCOL_MESSAGE_TYPE } from '../../constants';

/** AuthorizationResponseMessage is struct the represents iden3message authorization response */
Expand Down

0 comments on commit ee7af79

Please sign in to comment.