3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-13 21:35:02 +00:00

fix: type errors + missing import

This commit is contained in:
Dragory 2024-08-11 22:52:33 +03:00
parent 4ac7ff0843
commit ff8b7471e2
No known key found for this signature in database
5 changed files with 5 additions and 4 deletions

View file

@ -1,5 +1,5 @@
import { In, InsertResult, Repository } from "typeorm";
import { FindOptionsWhere } from "typeorm/find-options/FindOptionsWhere";
import { FindOptionsWhere } from "typeorm";
import { Queue } from "../Queue.js";
import { chunkArray } from "../utils.js";
import { BaseGuildRepository } from "./BaseGuildRepository.js";