Skip to content

Commit 2d73097

Browse files
committed
fix: update config organization_Id to organization_id
1 parent 7bde07f commit 2d73097

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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
@@ -15,7 +15,7 @@
1515
<script>
1616
var config = {
1717
apiKey: '',
18-
organization_Id: '',
18+
organization_id: '',
1919
host: ''
2020
}
2121
</script>

docs/index.html

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

0 commit comments

Comments
 (0)