Skip to content
Snippets Groups Projects
Commit e65b95da authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5031 Adjust UserSettingsMapper mapping after merge

parent 28b031d0
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@ public interface UserSettingsMapper {
@Mapping(target = "unknownFields", ignore = true)
@Mapping(target = "allFields", ignore = true)
@Mapping(target = "notificationsSendForAll", source = "notificationsSendFor")
@Mapping(target = "wiedervorlageDueToday", source = "wiedervorlageOverdue")
GrpcUserSettings toGrpc(UserSettings userSettings);
default boolean map(NotificationsSendFor sendFor) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment