Skip to content

Commit

Permalink
fix(subscriptions): add missing certifications key to Subscription type
Browse files Browse the repository at this point in the history
  • Loading branch information
gregegan authored and inv8der committed Dec 12, 2016
1 parent 60e9375 commit 6336f9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/subscriptions/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export type Subscription = {
date_updated: string,
needs_core: boolean,
groups: Array<number>,
certifications: Array<number>,
wave: Object,
created_customer_id: number,
created_customer: Object,
Expand Down

0 comments on commit 6336f9e

Please sign in to comment.