Skip to content

Commit

Permalink
Clean up (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sneha-s authored Apr 1, 2024
1 parent bad8de8 commit 07564b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/ui/shared/events/bloc/celebrations_bloc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class CelebrationsBloc extends Bloc<CelebrationEvent, CelebrationsState> {
emit(state.copyWith(status: Status.loading));
final List<Employee> allEmployees = await _employeeService.getEmployees();
employees = allEmployees
.where((employee) => employee.status == EmployeeStatus.active)
.where((employee) => employee.status == EmployeeStatus.active)
.map((e) {
if (e.dateOfBirth != null) {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A new Flutter project.
publish_to: 'none'


version: 1.0.2+1
version: 1.0.2+2

environment:
sdk: '>=3.2.0 <4.0.0'
Expand Down

0 comments on commit 07564b2

Please sign in to comment.