Skip to content

Commit

Permalink
Refactor after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
sirambd committed Oct 26, 2023
1 parent b8b2a5e commit 0b1f7af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class RecentChangesViewModel : ViewModel() {
files = FileController.getRecentChanges(),
isComplete = true,
isFirstPage = true,
isNewSort = isNewSort
isNewSort = isNewSort,
)
}
}
Expand Down

0 comments on commit 0b1f7af

Please sign in to comment.