Remove redundant check for 'encoding' in push notification body #54

Merged
retoor merged 1 commits from :bugfix/removed-encoding into main 2025-06-06 12:09:38 +02:00

View File

@ -33,7 +33,6 @@ class PushView(BaseFormView):
if not all(
[
"encoding" in body,
"endpoint" in body,
"keys" in body,
"p256dh" in body["keys"],