Skip to content

Commit

Permalink
chore: typo punchIn
Browse files Browse the repository at this point in the history
  • Loading branch information
lgou2w committed Mar 18, 2022
1 parent 0403515 commit 8c3c24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ PicaComicAPI.prototype.signIn(payload: { email: string, password: string }): Pro
* @param payload - Access token payload
* @return PunchInResponse
*/
PicaComicAPI.prototype.punchIn(payload: { email: string, password: string }): Promise<PunchInResponse>
PicaComicAPI.prototype.punchIn(payload: { token: string }): Promise<PunchInResponse>
```

### .fetchUserProfile
Expand Down

0 comments on commit 8c3c24d

Please sign in to comment.