chore: remove unwanted param

This commit is contained in:
Prateek Sunal
2025-06-24 12:45:39 +05:30
parent 3dd9696f75
commit 282f908ffd

View File

@@ -15,7 +15,6 @@ class PersonEntity {
PersonEntity copyWith({
String? remoteID,
PersonData? data,
DateTime? updatedAt,
}) {
return PersonEntity(
remoteID ?? this.remoteID,