Skip to content

Commit

Permalink
remove unused codcde
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminshafii committed Dec 6, 2024
1 parent c09bd19 commit 3bccbf5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions web/scripts/webhooks.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 3bccbf5

Please sign in to comment.