Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Moebits committed Oct 4, 2019
1 parent 5d8b47c commit 9c1d67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default class PixivApp<CamelcaseKeys extends boolean = true> {
constructor(
username?: string,
password?: string,
options?: { camelcaseKeys: CamelcaseKeys }
options?: { camelcaseKeys?: CamelcaseKeys }
) {
this.username = username
this.password = password
Expand Down

0 comments on commit 9c1d67c

Please sign in to comment.