Fix typo
This commit is contained in:
parent
6b0eb46a37
commit
97b19fd081
@ -114,7 +114,7 @@ export class Message extends BaseClass {
|
||||
@ManyToOne(() => Application)
|
||||
application?: Application;
|
||||
|
||||
@Column({ nullable: true, type: "longtext" })
|
||||
@Column({ nullable: true })
|
||||
content?: string;
|
||||
|
||||
@Column()
|
||||
|
@ -37,7 +37,7 @@ export interface Activity {
|
||||
id?: string;
|
||||
sync_id?: string;
|
||||
metadata?: { // spotify
|
||||
context_url?: string;
|
||||
context_uri?: string;
|
||||
album_id: string;
|
||||
artist_ids: string[];
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user