Skip to content

Commit

Permalink
Update to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
storycraft committed Oct 22, 2020
1 parent 3df8127 commit 0a14240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-kakao",
"version": "3.1.1",
"version": "3.1.2",
"description": "Loco protocol compatible library",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/api/open-chat-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class OpenChatClient extends SessionApiClient {
}

async requestNewReactionList(): Promise<OpenPostReactNotiStruct> {
return this.requestMapped('GET', OpenChatClient.getProfileApiPath('reacts/newMark'), OpenPostReactNotiStruct.MAPPER);
return this.requestMapped('GET', OpenChatClient.getProfileApiPath('reacts/newMark'), OpenPostReactNotiStruct.MAPPER);
}

async setRecommend(linkId: Long): Promise<OpenStruct> {
Expand Down

0 comments on commit 0a14240

Please sign in to comment.