Skip to content

Commit dd22791

Browse files
authored
Revert "Created benchmark view new design (#347)" (#397)
This reverts commit 9cd6dd4.
1 parent 358f2c0 commit dd22791

File tree

15 files changed

+311
-587
lines changed

15 files changed

+311
-587
lines changed

src/backend/routers/para.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { z } from "zod";
2-
import { getTransporter } from "../lib/nodemailer";
32
import { authenticatedProcedure, router } from "../trpc";
43
import { createPara } from "../lib/db_helpers/case_manager";
54

@@ -44,7 +43,7 @@ export const para = router({
4443
})
4544
)
4645
.mutation(async (req) => {
47-
const { first_name, last_name, email } = req.input;
46+
const { email } = req.input;
4847

4948
const para = await createPara(
5049
req.input,

src/components/benchmarks/BenchmarkListElement.tsx

Lines changed: 0 additions & 185 deletions
This file was deleted.

src/components/benchmarks/BenchmarksContainer.tsx

Lines changed: 0 additions & 133 deletions
This file was deleted.

src/components/benchmarks/NoBenchmarksGraphic.tsx

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)