refactor(drizzle): remove unnecessary lint/style comments from the service

Deleted superfluous "biome-ignore" comments related to lint/style in the drizzle.service.ts, which were marked as required for Nest.js but were not necessary. The code remains functional without these comments.
This commit is contained in:
Mathis H (Avnyr) 2024-07-12 14:09:33 +02:00
parent af2f7da066
commit 5d696a9118
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

View File

@ -1,6 +1,5 @@
// biome-ignore lint/style/useImportType: used by Next.js
import { Injectable, OnModuleDestroy, OnModuleInit } from "@nestjs/common";
// biome-ignore lint/style/useImportType: used by Next.js
import { ConfigService } from "@nestjs/config";
import { drizzle } from "drizzle-orm/postgres-js";
import { migrate } from "drizzle-orm/postgres-js/migrator";