Skip to content

Commit

Permalink
Merge pull request #50 from simonoppowa/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
simonoppowa authored Feb 26, 2024
2 parents 7c557f9 + ae93c9f commit e865b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/data/data_source/intake_data_source.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class IntakeDataSource {
.toList();
}

Future<List<IntakeDBO>> getRecentlyAddedIntake({int number = 20}) async {
Future<List<IntakeDBO>> getRecentlyAddedIntake({int number = 100}) async {
final intakeList = _intakeBox.values.toList().reversed;

// sort list by date and filter unique intake
Expand Down

0 comments on commit e865b56

Please sign in to comment.