Skip to content

Commit

Permalink
fix cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
domdinicola committed May 21, 2024
1 parent a96a26e commit c4ccab1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def post(self, request):
"message_code": notification_type,
}
)
elif notification_type == [CANCEL, REJECT_APN]:
elif notification_type in [CANCEL, REJECT_APN]:
pr.cancel()
elif notification_type == PURGED:
pr.purge()
Expand Down

0 comments on commit c4ccab1

Please sign in to comment.