Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Oct 9, 2023
1 parent fab2e76 commit d791b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/types/src/logs/extended_unencrypted_l2_log.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { BufferReader } from '@aztec/foundation/serialize';

import isEqual from 'lodash.isequal';

import { LogId, TxHash, UnencryptedL2Log } from '../index.js';
import { LogId, UnencryptedL2Log } from '../index.js';

/**
* Represents an individual unencrypted log entry extended with info about the block and tx it was emitted in.
Expand Down

0 comments on commit d791b0b

Please sign in to comment.