Remove redundant check for 'encoding' in push notification body

This commit is contained in:
BordedDev 2025-06-06 12:06:43 +02:00
parent 9e56ff8494
commit e49062a9db
No known key found for this signature in database
GPG Key ID: C5F495EAE56673BF

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"],