Skip to content

Commit 3f19b8a

Browse files
committed
Correct type
1 parent 3dad7a8 commit 3f19b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zendesk/ticket_comment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const (
9292
TicketCommentCreatedAtDesc listTicketCommentsSort = "-created_at"
9393

9494
// ListTicketCommentsMaxPageSize contains the max page size.
95-
ListTicketCommentsMaxPageSize int64 = 100
95+
ListTicketCommentsMaxPageSize int = 100
9696
)
9797

9898
// ListTicketCommentOptions contains all the options supported by ListTicketComments endpoint.

0 commit comments

Comments
 (0)