refactor(health): use type import for Cache from cache-manager
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { CACHE_MANAGER } from "@nestjs/cache-manager";
|
||||
import { Controller, Get, Inject } from "@nestjs/common";
|
||||
import { Cache } from "cache-manager";
|
||||
import type { Cache } from "cache-manager";
|
||||
import { sql } from "drizzle-orm";
|
||||
import { DatabaseService } from "./database/database.service";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user