Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChan13 committed Sep 26, 2022
1 parent f567459 commit e8a4648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/authorizedAccountManage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export default function AuthorizedAccountManage() {
request: getDevMiniProgramListRequest,
data: {
offset: (mpCurrentPage - 1) * pageSize,
count: pageSize,
limit: pageSize,
appid: miniProgramAppIdInput,
}
})
Expand Down

0 comments on commit e8a4648

Please sign in to comment.