Skip to content

Commit ea79e61

Browse files
committed
fix: update config organization_Id to organization_id
1 parent fca2d39 commit ea79e61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CoCreate.config.js

+1-1
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
"sources": [

demo/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<script>
1414
var config = {
1515
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
16-
organization_Id: '5de0387b12e200ea63204d6c',
16+
organization_id: '5de0387b12e200ea63204d6c',
1717
host: 'ws.cocreate.app'
1818
}
1919
</script>

0 commit comments

Comments
 (0)