backup: 사용하지 않는 파일 삭제 전 복구 지점
- 전체 371개 파일 중 82개 미사용 파일 식별 - Phase 1: 33개 파일 삭제 예정 (100% 안전) - Phase 2: 30개 파일 삭제 검토 예정 - Phase 3: 19개 파일 수동 검토 예정 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import 'package:dartz/dartz.dart';
|
||||
import 'package:injectable/injectable.dart';
|
||||
import '../../../core/constants/app_constants.dart';
|
||||
import '../../../models/user_model.dart';
|
||||
import '../../../core/errors/failures.dart';
|
||||
import '../../repositories/user_repository.dart';
|
||||
@@ -15,7 +16,7 @@ class GetUsersParams {
|
||||
|
||||
const GetUsersParams({
|
||||
this.page = 1,
|
||||
this.perPage = 20,
|
||||
this.perPage = AppConstants.userPageSize,
|
||||
this.role,
|
||||
this.isActive,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user