From 3bccbf5eba70b5872ff0723c506c14c85dab54b9 Mon Sep 17 00:00:00 2001 From: Benjamin Shafii Date: Fri, 6 Dec 2024 16:12:53 +0100 Subject: [PATCH] remove unused codcde --- web/scripts/webhooks.test.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/web/scripts/webhooks.test.ts b/web/scripts/webhooks.test.ts index 04abf51e..5897de69 100644 --- a/web/scripts/webhooks.test.ts +++ b/web/scripts/webhooks.test.ts @@ -5,15 +5,6 @@ import { v4 as uuidv4 } from "uuid"; import { setTimeout } from "timers/promises"; import { config } from "../srm.config"; -// Expected states for different subscription types -type ExpectedState = { - subscriptionStatus: string; - paymentStatus: string; - currentProduct: string; - currentPlan: string; - billingCycle: string; - maxTokenUsage: number; -}; const EXPECTED_STATES = { hobby_monthly: {