fix: missing import for @hapi/joi (#274)

Replaced the module in the dependencies but not in actual usage
This commit is contained in:
Julian Tölle 2023-05-07 13:36:55 +02:00 committed by GitHub
parent aa4f2c4698
commit bbc7ec0817
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,6 @@
import * as Joi from "@hapi/joi";
import { Module } from "@nestjs/common";
import { ConfigModule as NestConfigModule } from "@nestjs/config";
import * as Joi from "joi";
@Module({
imports: [