Skip to content

Commit

Permalink
🔖 v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BeiyanYunyi committed Feb 26, 2024
1 parent 7fcfcc9 commit 2e1d407
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sodesu-comment",
"version": "0.0.3",
"version": "0.0.4",
"description": "Comment system with SolidJS",
"packageManager": "[email protected]",
"type": "module",
Expand Down
3 changes: 0 additions & 3 deletions src/controllers/commentListState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ export interface ReactiveComment extends Exclude<ReactiveCommentData, 'ua'> {
/**
* Time ISOString when the comment is created
*/
createdAt: string;
insertedAt: string;
updatedAt: string;
children: Accessor<ReactiveComment[]>;
sticky?: boolean;
browser?: string;
Expand Down

0 comments on commit 2e1d407

Please sign in to comment.