fix: minor typo (#12842)

Co-authored-by: Rajiv Sahal <sahalrajiv-extc@atharvacoe.ac.in>
This commit is contained in:
Thanh Nguyen 2023-12-19 22:20:54 +08:00 committed by GitHub
parent 5886792285
commit 038008502c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ import logger from "@calcom/lib/logger";
import { IS_PRODUCTION } from "./constants";
const log = logger.getSubLogger({ prefix: [`[[redactError]`] });
const log = logger.getSubLogger({ prefix: [`[redactError]`] });
function shouldRedact<T extends Error>(error: T) {
return (