Fixed integration identifier

This commit is contained in:
nicolas 2021-06-13 16:07:41 +02:00
parent 2ba98c5dac
commit bc8c58e57c

View file

@ -165,7 +165,7 @@ const ZoomVideo = (credential): VideoApiAdapter => {
// factory
const videoIntegrations = (withCredentials): VideoApiAdapter[] => withCredentials.map((cred) => {
switch (cred.type) {
case 'zoom':
case 'zoom_video':
return ZoomVideo(cred);
default:
return; // unknown credential, could be legacy? In any case, ignore