mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #2720 from appwrite/feat-add-divergent-feedbacks
This commit is contained in:
@@ -135,6 +135,8 @@ function createFeedbackStore() {
|
||||
customFields.push({ id: '56109', value: billingPlan });
|
||||
}
|
||||
|
||||
const platform = resolvedProfile.organizationPlatform;
|
||||
|
||||
const response = await fetch(`${VARS.GROWTH_ENDPOINT}/feedback`, {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
@@ -144,6 +146,7 @@ function createFeedbackStore() {
|
||||
subject,
|
||||
message,
|
||||
email,
|
||||
platform,
|
||||
customFields,
|
||||
firstname: (name || 'Unknown').slice(0, 40),
|
||||
metaFields: {
|
||||
|
||||
Reference in New Issue
Block a user