diff --git a/src/digest.js b/src/digest.js index 01c11815f..f5a89bbc5 100644 --- a/src/digest.js +++ b/src/digest.js @@ -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,