Skip to content
Snippets Groups Projects
Commit 8a227019 authored by Lukas's avatar Lukas
Browse files

Update getCommentPermlinks function arguments

parent 4b21e38a
Branches
No related tags found
1 merge request!524Lbudginas/#424 add new tab on account page
...@@ -365,8 +365,8 @@ class FetchingService { ...@@ -365,8 +365,8 @@ class FetchingService {
const requestParams: Hive.GetCommentPermlinksParams = { const requestParams: Hive.GetCommentPermlinksParams = {
accountName: permlinkSearchProps.accountName, accountName: permlinkSearchProps.accountName,
"comment-type": permlinkSearchProps.commentType, "comment-type": permlinkSearchProps.commentType,
page: 1, page: permlinkSearchProps.pageNumber || 1,
"page-size": 100, "page-size": config.standardPaginationSize,
"from-block": "from-block":
permlinkSearchProps.fromBlock || permlinkSearchProps.startDate, permlinkSearchProps.fromBlock || permlinkSearchProps.startDate,
"to-block": permlinkSearchProps.toBlock || permlinkSearchProps.endDate, "to-block": permlinkSearchProps.toBlock || permlinkSearchProps.endDate,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment