fix(status): remove unused fs imports from status.service.ts

This commit is contained in:
2025-11-25 10:23:50 +01:00
parent c658881d24
commit e41be1e1f0

View File

@@ -8,7 +8,6 @@ import { Repository } from "typeorm";
import { Follow } from "../entity/follow.entity";
import { Guild } from "../entity/guild.entity";
import dayjs, { Dayjs } from "dayjs";
import { stat, writeFile } from "fs";
import { Canvas } from "canvas";
type Nofity = {time: Date, name : string, alive : boolean, type : InfraType, host: string};