summary refs log tree commit diff
path: root/util/src/entities/Guild.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2022-08-10 00:31:01 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2022-08-10 00:31:01 +0200
commit9a5ccd6a9de2a23dbedb832f4e731db06f0381c5 (patch)
tree609d44ff27e2147fbefade56b98ea33bf56d1331 /util/src/entities/Guild.ts
parentwip(util): benchmark (diff)
downloadserver-9a5ccd6a9de2a23dbedb832f4e731db06f0381c5.tar.xz
fix(util): OrmUtils
Diffstat (limited to 'util/src/entities/Guild.ts')
-rw-r--r--util/src/entities/Guild.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/src/entities/Guild.ts b/util/src/entities/Guild.ts
index c314ecb9..77a04350 100644
--- a/util/src/entities/Guild.ts
+++ b/util/src/entities/Guild.ts
@@ -1,5 +1,5 @@
 import { Column, Entity, JoinColumn, ManyToMany, ManyToOne, OneToMany, OneToOne, RelationId } from "typeorm";
-import { OrmUtils } from "typeorm/util/OrmUtils";
+import { OrmUtils } from "../util/imports/OrmUtils";
 import { Config, handleFile, Snowflake } from "..";
 import { Ban } from "./Ban";
 import { BaseClass } from "./BaseClass";