Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinCK committed Jun 25, 2019
1 parent 2e35d27 commit 25be751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ createConnection(
bar.start(fixtures.length, 0, { name: '' });

for (const fixture of fixturesIterator(fixtures)) {
const entity = await builder.build(fixture);
const entity: any = await builder.build(fixture);

try {
bar.increment(1, { name: fixture.name });
Expand Down

0 comments on commit 25be751

Please sign in to comment.