Skip to content

Commit fa03292

Browse files
committed
fix: config renameed to CoCreateConfig
1 parent 0504ac3 commit fa03292

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/index.html

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

1414

1515
<script>
16-
var config = {
16+
var CoCreateConfig = {
1717
apiKey: '',
1818
organization_id: '',
1919
host: ''

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h2 class="border-bottom:1px_solid_lightgrey padding:5px_0px">Demo</h2>
113113
</div>
114114
</div>
115115
<script>
116-
var config = {
116+
var CoCreateConfig = {
117117
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
118118
securityKey: 'f26baf68-e3a9-45fc-effe-502e47116265',
119119
organization_id: '5de0387b12e200ea63204d6c'

0 commit comments

Comments
 (0)