homarr-labs / homarr

Avoid use of == and != JS-0050
Anti-pattern
Minor
1 occurrence in this check
Expected '!==' and instead saw '!='
31    },
32  );
33
34  if (integrationIds.length != 1) {35    throw new NoIntegrationSelectedError();
36  }
37