remove unnecessary comment

This commit is contained in:
Cam Michie 2025-05-13 13:21:59 +01:00
commit ba91a80e6f

View file

@ -390,8 +390,8 @@ func newStashModel(common *commonModel) stashModel {
filterInput: si,
serverPage: 1,
sections: s,
sortAscending: true, // Initialize with sortAscending sort
sortByDate: false, // Initialize with title sort
sortAscending: true,
sortByDate: false,
}
return m