File tree Expand file tree Collapse file tree 5 files changed +194
-191
lines changed Expand file tree Collapse file tree 5 files changed +194
-191
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pipedrive-embeddable-ringcentral-phone-spa" ,
3
- "version" : " 1.3.8 " ,
3
+ "version" : " 1.3.9 " ,
4
4
"description" : " Add RingCentral Embeddable Voice widgets to Pipedrive" ,
5
5
"keywords" : [
6
6
" RingCentral" ,
Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ export function thirdPartyServiceConfig (serviceName) {
295
295
return showAuthBtn ( )
296
296
}
297
297
let phoneNumbers = _ . get ( data , 'body.phoneNumbers' ) || [ ]
298
- let res = await match ( phoneNumbers )
298
+ let res = await match ( phoneNumbers ) . catch ( console . debug )
299
299
rc . postMessage ( {
300
300
type : 'rc-post-message-response' ,
301
301
responseId : data . requestId ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import {
22
22
match
23
23
} from 'ringcentral-embeddable-extension-common/src/common/db'
24
24
import * as ls from 'ringcentral-embeddable-extension-common/src/common/ls'
25
- import { getAllDeals } from './deals'
25
+ // import { getAllDeals } from './deals'
26
26
import { getSessionToken } from './common'
27
27
// import './add-contacts'
28
28
@@ -140,7 +140,7 @@ async function fetchAllContacts () {
140
140
stopLoadingContacts ( )
141
141
notifyReSyncContacts ( )
142
142
console . debug ( 'end sync contacts' )
143
- setTimeout ( getAllDeals , 600 )
143
+ // setTimeout(getAllDeals, 600)
144
144
}
145
145
146
146
/**
You can’t perform that action at this time.
0 commit comments