Skip to content

Commit

Permalink
fix: config renameed to CoCreateConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Sep 29, 2022
1 parent d8f2875 commit b0b1273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h6 id="page-page"></h6>


<script>
var config = {
var CoCreateConfig = {
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
organization_id: '5de0387b12e200ea63204d6c'
}
Expand Down
2 changes: 1 addition & 1 deletion demo/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>

<script>
var config = {
var CoCreateConfig = {
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
organization_id: '5de0387b12e200ea63204d6c'
}
Expand Down

0 comments on commit b0b1273

Please sign in to comment.