Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwschau committed Oct 24, 2023
1 parent 29f63d6 commit bfd4222
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jest.mock('@dydxprotocol-indexer/base', () => ({
interface OffchainUpdateRecord {
key: Buffer,
offchainUpdate: OffChainUpdateV1
};
}

describe('order-place-handler', () => {
beforeAll(() => {
Expand Down Expand Up @@ -708,7 +708,7 @@ describe('order-place-handler', () => {
key: getOrderIdHash(orderToPlace.orderId!),
offchainUpdate: {
orderUpdate: cachedOrderUpdate,
}
},
};
}

Expand Down

0 comments on commit bfd4222

Please sign in to comment.