mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Update platform variable to keep original casing
Changed platform variable to retain original casing.
This commit is contained in:
@@ -135,7 +135,7 @@ function createFeedbackStore() {
|
||||
customFields.push({ id: '56109', value: billingPlan });
|
||||
}
|
||||
|
||||
const platform = resolvedProfile.organizationPlatform.toLowerCase();
|
||||
const platform = resolvedProfile.organizationPlatform;
|
||||
|
||||
const response = await fetch(`${VARS.GROWTH_ENDPOINT}/feedback`, {
|
||||
method: 'POST',
|
||||
|
||||
Reference in New Issue
Block a user