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:
parent
af2f7da066
commit
5d696a9118
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user