This commit is contained in:
zomars 2022-02-21 16:43:56 -07:00
parent fa87d34a56
commit 73381dbb93

View File

@ -1666,6 +1666,7 @@ export const getServerSideProps = async (context: GetServerSidePropsContext) =>
const integrations = getApps(credentials);
/** TODO: Find a way to get locations dynamically */
const locationOptions: OptionTypeBase[] = [];
if (hasIntegration(integrations, "zoom_video")) {