fix: enforced dotenv config

This commit is contained in:
rafaelsideguide
2024-09-04 15:57:57 -03:00
parent 3f462eabe9
commit cb8571abad
16 changed files with 33 additions and 4 deletions
+2
View File
@@ -3,6 +3,8 @@ import { legacyDocumentConverter } from "../../src/controllers/v1/types";
import { Logger } from "../../src/lib/logger";
import { supabase_service } from "./supabase";
import { WebhookEventType } from "../types";
import { configDotenv } from "dotenv";
configDotenv();
export const callWebhook = async (
teamId: string,