Fixed integration identifier
This commit is contained in:
parent
2ba98c5dac
commit
bc8c58e57c
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ const ZoomVideo = (credential): VideoApiAdapter => {
|
||||||
// factory
|
// factory
|
||||||
const videoIntegrations = (withCredentials): VideoApiAdapter[] => withCredentials.map((cred) => {
|
const videoIntegrations = (withCredentials): VideoApiAdapter[] => withCredentials.map((cred) => {
|
||||||
switch (cred.type) {
|
switch (cred.type) {
|
||||||
case 'zoom':
|
case 'zoom_video':
|
||||||
return ZoomVideo(cred);
|
return ZoomVideo(cred);
|
||||||
default:
|
default:
|
||||||
return; // unknown credential, could be legacy? In any case, ignore
|
return; // unknown credential, could be legacy? In any case, ignore
|
||||||
|
|
Loading…
Reference in a new issue