From 4d8ce40ef4e25a063d71f55831157ad50ff6293a Mon Sep 17 00:00:00 2001 From: Ajay Date: Fri, 27 Jan 2023 22:42:46 -0500 Subject: [PATCH] Add missing import --- src/routes/postBranding.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/postBranding.ts b/src/routes/postBranding.ts index ddcd6ed..166dfd4 100644 --- a/src/routes/postBranding.ts +++ b/src/routes/postBranding.ts @@ -10,6 +10,7 @@ import { getIP } from "../utils/getIP"; import { getService } from "../utils/getService"; import { isUserVIP } from "../utils/isUserVIP"; import { Logger } from "../utils/logger"; +import crypto from "crypto"; enum BrandingType { Title,