Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolezhniuk committed Apr 8, 2024
1 parent 60cd566 commit 18e4840
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion src/iden3comm/handlers/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,10 @@ export interface AuthHandlerOptions {
* @class AuthHandler
* @implements implements IAuthHandler interface
*/
export class AuthHandler extends AbstractMessageHandler implements IAuthHandler, IProtocolMessageHandler {
export class AuthHandler
extends AbstractMessageHandler
implements IAuthHandler, IProtocolMessageHandler
{
private readonly _supportedCircuits = [
CircuitId.AtomicQueryV3,
CircuitId.AtomicQuerySigV2,
Expand Down
1 change: 0 additions & 1 deletion src/iden3comm/packers/plain.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { PackerParams, PlainPackerParams } from './../types/packer';
import { BasicMessage, IPacker } from '../types';
import { MediaType } from '../constants';
import { byteDecoder, byteEncoder } from '../../utils';
Expand Down
1 change: 0 additions & 1 deletion src/iden3comm/packers/zkp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {
AuthDataPrepareFunc,
BasicMessage,
IPacker,
PackerParams,
ProvingParams,
StateVerificationFunc,
VerificationParams,
Expand Down

0 comments on commit 18e4840

Please sign in to comment.