summary refs log tree commit diff
path: root/src/database/entities/ThreadMember.ts
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-06-16 02:47:03 +0200
committerRory& <root@rory.gay>2026-06-16 02:47:03 +0200
commit6e0f571b353769e70580b0d78344495f65c8dc25 (patch)
tree2864eeb39802a8079ce482ddff7e1d44aa2851c1 /src/database/entities/ThreadMember.ts
parentMove random string to Random class in extensions (diff)
downloadserver-ts-6e0f571b353769e70580b0d78344495f65c8dc25.tar.xz
Signify some imports more explicitly
Diffstat (limited to 'src/database/entities/ThreadMember.ts')
-rw-r--r--src/database/entities/ThreadMember.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/database/entities/ThreadMember.ts b/src/database/entities/ThreadMember.ts

index fdda4eea..52729dd9 100644 --- a/src/database/entities/ThreadMember.ts +++ b/src/database/entities/ThreadMember.ts
@@ -18,7 +18,7 @@ import { Column, Entity, Index, JoinColumn, ManyToOne, PrimaryGeneratedColumn, RelationId } from "typeorm"; import { ThreadMembersUpdateEvent } from "../../util/interfaces"; -import { emitEvent } from "../../util/util"; +import { emitEvent } from "@spacebar/util/util"; import { BaseClassWithoutId } from "./BaseClass"; import { Channel } from "./Channel"; import { HTTPError } from "lambert-server/HTTPError";