Skip to content

Commit c3a89d6

Browse files
committed
fix: update config organization_Id to organization_id
1 parent 356f9ed commit c3a89d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CoCreate.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
"config": {
33
"apiKey": "2061acef-0451-4545-f754-60cf8160",
4-
"organization_Id": "5ff747727005da1c272740ab",
4+
"organization_id": "5ff747727005da1c272740ab",
55
"host": "general.cocreate.app"
66
},
77

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h3 style="text-align:center;">Parallax Demo</h3>
7575
<script>
7676
var config = {
7777
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
78-
organization_Id: '5de0387b12e200ea63204d6c',
78+
organization_id: '5de0387b12e200ea63204d6c',
7979
host: 'ws.cocreate.app'
8080
}
8181
</script>

0 commit comments

Comments
 (0)