Skip to content

Commit 32e2eb7

Browse files
committed
fix: apikey renamed to key
1 parent fd7bd23 commit 32e2eb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test_files/test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<script>
2626
var CoCreateConfig = {
27-
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
27+
key: '2061acef-0451-4545-f754-60cf8160',
2828
organization_id: '5ff747727005da1c272740ab'
2929
}
3030
</script>

test_files/test2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<script>
2525
var CoCreateConfig = {
26-
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
26+
key: '2061acef-0451-4545-f754-60cf8160',
2727
organization_id: '5ff747727005da1c272740ab'
2828
}
2929
</script>

0 commit comments

Comments
 (0)