Skip to content

Commit

Permalink
recipe.program is now an object (was string).
Browse files Browse the repository at this point in the history
  • Loading branch information
liefersfl committed Mar 13, 2018
1 parent f500bcd commit cc4193e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/model/recipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export class Recipe {
title: string;
description: string;
licenseFee: number;
program: string;
program: {};
backgroundColor: string;
components: CocktailComponent[];

Expand Down

0 comments on commit cc4193e

Please sign in to comment.