0
0
Fork 0

Remove unused import

This commit is contained in:
Oliver Akins 2022-07-24 18:31:42 -06:00
parent 71bef19cce
commit fa63dffede
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -1,7 +1,6 @@
import { ServerRoute } from "@hapi/hapi";
import boom from "@hapi/boom";
import { db } from "@/main";
import { v4 } from "uuid";
import Joi from "joi";
const data: ServerRoute = {