Removed deprecated version of @hapi/joi and replaced it with new Sideway's joi

This commit is contained in:
Alexander Cerutti
2020-09-05 22:14:05 +02:00
parent 4d0f9cb76c
commit 2288d018f2
5 changed files with 58 additions and 50 deletions

View File

@@ -1,4 +1,4 @@
import Joi from "@hapi/joi";
import Joi from "joi";
import debug from "debug";
const schemaDebug = debug("Schema");