Skip to content

Commit

Permalink
Update: replace Comment save response
Browse files Browse the repository at this point in the history
* Comment save response is now the same type as the regular post
comment response.
  • Loading branch information
utkusarioglu committed Feb 26, 2021
1 parent ab34bc4 commit 6df7f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/endpoints/comment.endpoint.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export interface CommentEndpoint {
'/comment/save/:requestId',
WithRequestId,
CommentSaveSubRequest['Request'],
CommentSaveSubRequest['Response']
CommentRes
>;
};

Expand Down

0 comments on commit 6df7f30

Please sign in to comment.