Skip to content

Commit

Permalink
cleanup mock-update-subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Nov 29, 2023
1 parent bea225d commit 2db885d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/api/feature/mock-update-subscription.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { withAuthenticatedSessionRoute } from "@/lib/infrastructure/auth/session-utils";
import { NextApiRequest, NextApiResponse } from "next";
import { fixtureSubscriptionViewModel } from "test/fixtures/table-fixtures";
import { Readable } from "stream";

async function endpoint(req: NextApiRequest, res: NextApiResponse, rucioAuthToken: string) {
if(req.method !== 'PUT') {
Expand Down

0 comments on commit 2db885d

Please sign in to comment.