Skip to content

Commit 1ce0c00

Browse files
committed
fix: imagine's feedback to new channel
1 parent ea9a86e commit 1ce0c00

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/lib/stores/feedback.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ function createFeedbackStore() {
135135
customFields.push({ id: '56109', value: billingPlan });
136136
}
137137

138-
const platform = resolvedProfile.organizationPlatform;
139-
140138
const response = await fetch(`${VARS.GROWTH_ENDPOINT}/feedback`, {
141139
method: 'POST',
142140
headers: {
@@ -146,11 +144,10 @@ function createFeedbackStore() {
146144
subject,
147145
message,
148146
email,
149-
platform,
150147
customFields,
151148
firstname: (name || 'Unknown').slice(0, 40),
152149
metaFields: {
153-
platform: resolvedProfile.platform,
150+
platform: resolvedProfile.organizationPlatform,
154151
source: get(feedback).source,
155152
orgId,
156153
projectId,

0 commit comments

Comments
 (0)