Skip to content

Commit

Permalink
Fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dilame committed Apr 10, 2019
1 parent 250abb6 commit 7698f1a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/responses/challenge.response.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { InstagramResponse } from './instagram.response';

export class ChallengeResponse extends InstagramResponse {
export class ChallengeResponse {
step_name: string;
step_data: any;
user_id: number;
Expand Down

0 comments on commit 7698f1a

Please sign in to comment.