Skip to content

Commit 0d3ea81

Browse files
committed
develop fix: 장부 스크롤링
1 parent ede153c commit 0d3ea81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

feature/ledger/src/main/java/com/moneymong/moneymong/ledger/LedgerViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class LedgerViewModel @Inject constructor(
7979
year = state.currentDate.year,
8080
month = state.currentDate.monthValue,
8181
page = 0,
82-
limit = 10
82+
limit = 1000
8383
)
8484
fetchLedgerTransactionListUseCase(param)
8585
.onSuccess {

0 commit comments

Comments
 (0)