chore: Allow disabling email sending without errors (#15051)
* chore: Allow disabling email sending without errors * Explicitly return null for some deps down the tree
This commit is contained in:
@@ -3,7 +3,8 @@ import mailhog from "mailhog";
|
||||
import { IS_MAILHOG_ENABLED } from "@calcom/lib/constants";
|
||||
|
||||
const unimplemented = () => {
|
||||
throw new Error("Mailhog is not enabled");
|
||||
// throw new Error("Mailhog is not enabled");
|
||||
return null;
|
||||
};
|
||||
|
||||
const hasUUID = (query: string) => {
|
||||
|
||||
Reference in New Issue
Block a user