Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ldct committed May 12, 2019
1 parent d3d26f5 commit 3d58ecd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/node/test/integration/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,7 @@ export function makeTTTProposalRequest(
peerDeposit: BigNumber = Zero
): NodeTypes.MethodRequest {
const initialState =
Object.keys(state).length !== 0
? state
: initialEmptyTTTState();
Object.keys(state).length !== 0 ? state : initialEmptyTTTState();

const params: NodeTypes.ProposeInstallParams = {
proposedToIdentifier,
Expand Down

0 comments on commit 3d58ecd

Please sign in to comment.