Skip to content

Commit

Permalink
We don't use 'type'
Browse files Browse the repository at this point in the history
  • Loading branch information
joshaber committed Jun 21, 2017
1 parent 677a77e commit 75bcd93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/lib/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export interface IAPICommit {
export interface IAPIUser {
readonly id: number
readonly url: string
readonly type: 'user' | 'org'
readonly login: string
readonly avatar_url: string
readonly name: string
Expand Down

0 comments on commit 75bcd93

Please sign in to comment.