chore: remove unwanted param
This commit is contained in:
@@ -15,7 +15,6 @@ class PersonEntity {
|
||||
PersonEntity copyWith({
|
||||
String? remoteID,
|
||||
PersonData? data,
|
||||
DateTime? updatedAt,
|
||||
}) {
|
||||
return PersonEntity(
|
||||
remoteID ?? this.remoteID,
|
||||
|
||||
Reference in New Issue
Block a user