Skip to content
This repository has been archived by the owner on Jul 10, 2018. It is now read-only.

Commit

Permalink
Merge 9ece811 into ae5ceb1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed May 19, 2018
2 parents ae5ceb1 + 9ece811 commit 8a0680f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/public/home-page/home-page.component.ts
Expand Up @@ -13,7 +13,7 @@ export class HomePageComponent implements OnInit {
isWaitingForParseResult: boolean = false;
ingredientParsed: IngredientParsed;
error: string;
requestsRemaining: number;
requestsRemaining: number = null;

constructor(private parserService: ParserService) { }

Expand Down

0 comments on commit 8a0680f

Please sign in to comment.