Skip to content

Commit

Permalink
fix: update config organization_Id to organization_id
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed May 6, 2022
1 parent 5e95222 commit 4c6d69a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CoCreate.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
config: {
"apiKey": "2061acef-0451-4545-f754-60cf8160",
"organization_Id": "5ff747727005da1c272740ab",
"organization_id": "5ff747727005da1c272740ab",
"host": "general.cocreate.app"
},
"sources": [
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h2 class="border-bottom:1px_solid_lightgrey padding:5px_0px">Demo</h2>
var config = {
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
securityKey: 'f26baf68-e3a9-45fc-effe-502e47116265',
organization_Id: '5de0387b12e200ea63204d6c'
organization_id: '5de0387b12e200ea63204d6c'
}
</script>

Expand Down

0 comments on commit 4c6d69a

Please sign in to comment.