Skip to content

Commit cb89de8

Browse files
committed
Removed some imports
1 parent ebdaf9c commit cb89de8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

server/v1/POST.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { RequestHandler } from "express";
2-
import { twoslashQueue } from "../../twoslash-queue.js";
3-
import { environmentSchema, v1SchemaInput } from "../../schema.js";
2+
import { z } from "zod";
43
import { env } from "../../env.js";
54
import { redis } from "../../redis.js";
6-
import { z } from "zod";
5+
import { v1SchemaInput } from "../../schema.js";
6+
import { twoslashQueue } from "../../twoslash-queue.js";
77

88
const queue = twoslashQueue({ env: env, redis: redis });
99

0 commit comments

Comments
 (0)