summary refs log tree commit diff
path: root/util/src/util/index.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-19 18:47:38 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-19 18:47:38 +0200
commitb5fb88ea8e63f66d6b6ba12519941ae92f0e776d (patch)
tree0159fbc2ba784e6fb6e3aac0468620a61352a72b /util/src/util/index.ts
parent:art: remove deleteMessageAttachments and move to entity (diff)
downloadserver-b5fb88ea8e63f66d6b6ba12519941ae92f0e776d.tar.xz
:art: add orphanedRowAction and cascade onDelete to entities
Diffstat (limited to '')
-rw-r--r--util/src/util/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/src/util/index.ts b/util/src/util/index.ts
index 4e92f017..1ae96da9 100644
--- a/util/src/util/index.ts
+++ b/util/src/util/index.ts
@@ -1,6 +1,7 @@
 export * from "./ApiError";
 export * from "./BitField";
 export * from "./checkToken";
+export * from "./cdn";
 export * from "./Config";
 export * from "./Constants";
 export * from "./Database";