summary refs log tree commit diff
path: root/src/database/entities/ThreadMember.ts
diff options
context:
space:
mode:
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";