do not notify lifetime user about coinbase sub (#1254)

This commit is contained in:
Son Nguyen Kim 2022-08-30 22:41:08 +02:00 committed by GitHub
parent fd00100141
commit 72256d935c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -236,6 +236,9 @@ def notify_manual_sub_end():
if need_reminder:
user = coinbase_subscription.user
if user.lifetime:
continue
LOG.d(
"Remind user %s that their coinbase subscription is ending soon", user
)