Skip to content

Commit 515753b

Browse files
authored
Update platform variable to keep original casing
Changed platform variable to retain original casing.
1 parent a242ab1 commit 515753b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/stores/feedback.ts

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

138-
const platform = resolvedProfile.organizationPlatform.toLowerCase();
138+
const platform = resolvedProfile.organizationPlatform;
139139

140140
const response = await fetch(`${VARS.GROWTH_ENDPOINT}/feedback`, {
141141
method: 'POST',

0 commit comments

Comments
 (0)