first commit
This commit is contained in:
10
calcom/packages/lib/getBookerUrl/getBookerBaseUrlSync.ts
Normal file
10
calcom/packages/lib/getBookerUrl/getBookerBaseUrlSync.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { getOrgFullOrigin } from "@calcom/ee/organizations/lib/orgDomains";
|
||||
|
||||
export const getBookerBaseUrlSync = (
|
||||
orgSlug: string | null,
|
||||
options?: {
|
||||
protocol: boolean;
|
||||
}
|
||||
) => {
|
||||
return getOrgFullOrigin(orgSlug ?? "", options);
|
||||
};
|
||||
Reference in New Issue
Block a user