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 24, 2023
1 parent e3ae39b commit 92c09e4
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 92c09e4

Please sign in to comment.