minor fixes

pull/1399/head
Chris Caron 2025-08-24 11:30:01 -04:00
parent 0707b166f0
commit d933c1b7e3
1 changed files with 1 additions and 1 deletions

View File

@ -502,7 +502,7 @@ class NotifyNotificationAPI(NotifyBase):
for x in self.sms_targets],
[
NotifyNotificationAPI.quote(x, safe="")
for x in self.id_targets],
for x["id"] in self.id_targets],
)),
params=NotifyNotificationAPI.urlencode(params),
)