Skip to content

Commit 03283be

Browse files
committed
fix: update config organization_Id to organization_id
1 parent 796e9f3 commit 03283be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h1 id="new" class="background:green">testing</h1>
118118
<!--<script>-->
119119
<!-- var config = { -->
120120
<!-- apiKey: '2061acef-0451-4545-f754-60cf8160', -->
121-
<!-- organization_Id: '5ff747727005da1c272740ab', -->
121+
<!-- organization_id: '5ff747727005da1c272740ab', -->
122122
<!-- host: 'general.cocreate.app'-->
123123
<!-- } -->
124124
<!--</script>-->

0 commit comments

Comments
 (0)