Fix wrong hasSubscription logic for digest email
This commit is contained in:
@@ -44,7 +44,7 @@ function maybeSend(callback) {
|
||||
if (error) return callback(error);
|
||||
|
||||
var info = {
|
||||
hasSubscription: appstore.isFreePlan(subscription),
|
||||
hasSubscription: !appstore.isFreePlan(subscription),
|
||||
|
||||
pendingAppUpdates: pendingAppUpdates,
|
||||
pendingBoxUpdate: updateInfo.box || null,
|
||||
|
||||
Reference in New Issue
Block a user