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