Merge pull request 'Remove redundant check for 'encoding' in push notification body' (#54) from BordedDev/snek:bugfix/removed-encoding into main

Reviewed-on: retoor/snek#54
This commit is contained in:
retoor 2025-06-06 12:09:37 +02:00
commit 66b36509d2

View File

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