Skip to content

Commit

Permalink
fix: apikey renamed to key
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed May 10, 2023
1 parent 3e52a8e commit d90f0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ CoCreateModal.prototype = {

modalAction: function(btn, type, data) {
let json = {
apiKey: CoCreateConfig.apiKey,
key: CoCreateConfig.key,
organization_id: CoCreateConfig.organization_id,
broadcastSender: true,
message: 'modalAction',
Expand Down

0 comments on commit d90f0ce

Please sign in to comment.