Remove unused import
This commit is contained in:
parent
a92722bdf6
commit
1761eb4000
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
import { channelNameSchema, counterNameSchema } from "$/schemas/params";
|
import { channelNameSchema, counterNameSchema } from "$/schemas/params";
|
||||||
import { config, database } from "$/main";
|
|
||||||
import { ServerRoute } from "@hapi/hapi";
|
import { ServerRoute } from "@hapi/hapi";
|
||||||
|
import { database } from "$/main";
|
||||||
import Joi from "joi";
|
import Joi from "joi";
|
||||||
|
|
||||||
const route: ServerRoute = {
|
const route: ServerRoute = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue