Skip to content

Commit

Permalink
fixup! fixup! wip drop: MemNotification v1 wip drop: EntityV1
Browse files Browse the repository at this point in the history
  • Loading branch information
zin- committed Sep 7, 2024
1 parent 8857965 commit f906c12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/repositories/mem_notification_entity.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class SavedMemNotificationEntity extends MemNotificationEntity
),
);

@override
SavedMemNotification toV1() =>
SavedMemNotification(memId, type, time, message)
..id = id
Expand Down

0 comments on commit f906c12

Please sign in to comment.