Skip to content

Commit 703cf08

Browse files
committed
fix: update config organization_Id to organization_id
1 parent 48042e6 commit 703cf08

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

src/dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ <h2>$500</h2>
164164
<script>
165165
var config = {
166166
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
167-
organization_Id: '5de0387b12e200ea63204d6c'
167+
organization_id: '5de0387b12e200ea63204d6c'
168168
}
169169
</script>
170170

0 commit comments

Comments
 (0)