Skip to content

Commit

Permalink
[giphy-api] Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Feb 15, 2019
1 parent 61b0088 commit 6571ee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/giphy-api/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ declare namespace giphyApi {
trending(cb: Callback<MultiResponse>): void;
trending(options?: TrendingOptions): Promise<MultiResponse>;
}

interface Images {
fixed_height: BaseImage & {
size: string;
Expand Down Expand Up @@ -165,7 +165,7 @@ declare namespace giphyApi {
username: string;
display_name: string;
twitter: string;
},
};
source_tld: string;
source_post_url: string;
update_datetime: string;
Expand Down

0 comments on commit 6571ee5

Please sign in to comment.