remove unused import
This commit is contained in:
parent
895ef8e60f
commit
8747331c43
|
@ -1,6 +1,5 @@
|
||||||
import {prisma} from "@/lib/api/db";
|
import {prisma} from "@/lib/api/db";
|
||||||
import {LinkRequestQuery, Sort} from "@/types/global";
|
import {LinkRequestQuery, Sort} from "@/types/global";
|
||||||
import * as process from "process";
|
|
||||||
|
|
||||||
export default async function getLink(userId: number, body: string) {
|
export default async function getLink(userId: number, body: string) {
|
||||||
const query: LinkRequestQuery = JSON.parse(decodeURIComponent(body));
|
const query: LinkRequestQuery = JSON.parse(decodeURIComponent(body));
|
||||||
|
|
Ŝarĝante…
Reference in New Issue