Skip to content

Commit

Permalink
Update widget example index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
edospadoni authored Jan 9, 2024
1 parent 2103fbd commit 651bfb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget-example/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

const NUMBER = 211
const NUMBER = "211"
const START_CALL_EVENT = 'phone-island-call-start'

function dispatchCall(name, data) {
Expand Down

0 comments on commit 651bfb6

Please sign in to comment.