Skip to content

Commit

Permalink
fix(pinterest): fix PinterestPin interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Jan 29, 2017
1 parent 3abe0bb commit a03afcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/pinterest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export interface PinterestPin {
/**
* The Pin’s image. The default response returns the image’s URL, width and height.
*/
image?; any;
image?: any;
/**
* Extra information about the Pin for Rich Pins. Includes the Pin type (e.g., article, recipe) and related information (e.g., ingredients, author).
*/
Expand Down

0 comments on commit a03afcf

Please sign in to comment.