Skip to content

Commit c556bfa

Browse files
chore: use production env for Formbricks
The development env was used when testing the form for Reason to disable Lazy Loading
1 parent 3bc227f commit c556bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2263,7 +2263,7 @@ public function get_survey_metadata( $data, $page_slug ) {
22632263
}
22642264

22652265
$data = [
2266-
'environmentId' => 'clo8wxwy044olpm0gn83ihta6',
2266+
'environmentId' => 'clo8wxwzj44orpm0gjchurujm',
22672267
'attributes' => [
22682268
'plan' => $user_data['plan'],
22692269
'status' => $user_data['status'],

0 commit comments

Comments
 (0)