Skip to content

Commit b8063d6

Browse files
committed
docs: Update link in GroupSummaryResponse
The links in types.ts are all pointing to the English version except the one in the GroupSummaryResponse type. This commit fixes that.
1 parent aa35fac commit b8063d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2829,7 +2829,7 @@ export type VerifyIDToken = {
28292829
/**
28302830
* Response body of get group summary.
28312831
*
2832-
* @see [Get group summary](https://developers.line.biz/ja/reference/messaging-api/#get-group-summary)
2832+
* @see [Get group summary](https://developers.line.biz/en/reference/messaging-api/#get-group-summary)
28332833
*/
28342834
export type GroupSummaryResponse = {
28352835
groupId: string;

0 commit comments

Comments
 (0)