Skip to content

Commit 6b243a7

Browse files
authored
Merge branch 'main' into 31-test-code-for-preparation-repository
2 parents 85bcebc + 2d170c7 commit 6b243a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/domain/repositories/schedule_repository.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ abstract interface class ScheduleRepository {
44
/// Create a schedule
55
/// This is for creating a schedule
66
Future<void> createSchedule(ScheduleEntity schedule, int userId);
7-
7+
88
/// Get a List of schedules that are between the [startDate] and [endDate]
99
/// if [endDate] is null, it will get all schedules after [startDate]
1010
/// This is for getting schedules by date

0 commit comments

Comments
 (0)