styles: lint

This commit is contained in:
Mauricio Siu
2024-10-17 23:58:51 -06:00
parent e0a8d8258c
commit 8536945a60
5 changed files with 36 additions and 36 deletions

View File

@@ -1,8 +1,8 @@
import { IS_CLOUD, paths } from "@/server/constants";
import { updateAdmin } from "@/server/services/admin";
import { type RotatingFileStream, createStream } from "rotating-file-stream";
import { execAsync } from "../process/execAsync";
import { db } from "../../db";
import { execAsync } from "../process/execAsync";
class LogRotationManager {
private static instance: LogRotationManager;