Skip to content

Commit

Permalink
fix(typescript): installation_id → installationId (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
k2snowman69 authored and gr2m committed Feb 4, 2019
1 parent 6dbc4c0 commit 806aa0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ declare interface AppOptions {
}

declare interface getInstallationAccessTokenOptions {
installation_id: number
installationId: number
}

// Not really a class, but it is how they say it should be used in the readme.
Expand Down

0 comments on commit 806aa0f

Please sign in to comment.