summary refs log tree commit diff
path: root/src/util/entities/Message.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/entities/Message.ts')
-rw-r--r--src/util/entities/Message.ts14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/util/entities/Message.ts b/src/util/entities/Message.ts

index 5af3d50d..ede98274 100644 --- a/src/util/entities/Message.ts +++ b/src/util/entities/Message.ts
@@ -1,4 +1,16 @@ -import { Column, CreateDateColumn, Entity, Index, JoinColumn, JoinTable, ManyToMany, ManyToOne, OneToMany, Relation, RelationId } from "typeorm"; +import { + Column, + CreateDateColumn, + Entity, + Index, + JoinColumn, + JoinTable, + ManyToMany, + ManyToOne, + OneToMany, + Relation, + RelationId +} from "typeorm"; import { InteractionType } from "../interfaces/Interaction"; import { Application } from "./Application"; import { Attachment } from "./Attachment";