Skip to content

Commit

Permalink
Update housekeeping/src/main/groovy/whelk/housekeeping/NotificationSe…
Browse files Browse the repository at this point in the history
…nder.groovy

Co-authored-by: Anders Jensen-Urstad <[email protected]>
  • Loading branch information
jannistsiroyannis and andersju authored Oct 17, 2023
1 parent 52fc4ee commit fde1882
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class NotificationSender extends HouseKeeper {
for (Map settings : allUserSettingStrings) {
if (!settings["notificationEmail"])
continue
settings?.requestedNotifications.each { request ->
settings?.requestedNotifications?.each { request ->
if (!request instanceof Map)
return
if (!request["heldBy"])
Expand Down

0 comments on commit fde1882

Please sign in to comment.