Fix cloudron appstore link

This commit is contained in:
Girish Ramakrishnan
2025-09-24 22:11:43 +02:00
parent 98d4d99c1b
commit 8a20c1812f
2 changed files with 8 additions and 14 deletions
+1
View File
@@ -136,6 +136,7 @@ async function getSubscription() {
}
safe.fs.writeFileSync(paths.FEATURES_INFO_FILE, JSON.stringify(gFeatures, null, 2), 'utf8');
// { email, emailVerified, cloudronId, cloudronCreatedAt, plan: { id, name }, canceled_at, status, externalCustomer, features: {} }
return response.body;
}