mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-14 20:49:42 +03:00
Async problems
This commit is contained in:
@@ -13,8 +13,8 @@ export class Post {
|
||||
@Column({ default: false })
|
||||
public posted!: boolean;
|
||||
|
||||
@Column()
|
||||
public text: string;
|
||||
@Column({ nullable: true })
|
||||
public text?: string;
|
||||
|
||||
@Column({ nullable: true })
|
||||
public media_group_id: string;
|
||||
|
||||
Reference in New Issue
Block a user