Removed the concept of down & upvotes
This commit is contained in:
parent
84defa703e
commit
2e23c7919f
11 changed files with 58 additions and 120 deletions
|
|
@ -40,8 +40,6 @@ export interface PublicComment {
|
|||
id: number;
|
||||
parent_post_id: number;
|
||||
parent_comment_id: number | null;
|
||||
upvotes: number;
|
||||
downvotes: number;
|
||||
content: string;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue