Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit 5acaf8e

Browse files
committed
fix build bug error for travis
1 parent 3f85462 commit 5acaf8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export type LogNewTemplateProposal = {
164164
_securityToken: string,
165165
_template: string,
166166
_delegate: string,
167-
_templateProposalIndex
167+
_templateProposalIndex: number,
168168
};
169169

170170
/**
@@ -183,7 +183,7 @@ export type LogNewContractProposal = {
183183
_securityToken: string,
184184
_offeringContract: string,
185185
_auditor: string,
186-
_offeringProposalIndex: number
186+
_offeringProposalIndex: number,
187187
};
188188

189189
/**

0 commit comments

Comments
 (0)