From 2e1d40754915794996f9e0cc32f4f331d8a90e1c Mon Sep 17 00:00:00 2001 From: BeiyanYunyi <14120445+BeiyanYunyi@users.noreply.github.com> Date: Tue, 27 Feb 2024 00:31:35 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v0.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/controllers/commentListState.ts | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 8862566..cacd9a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sodesu-comment", - "version": "0.0.3", + "version": "0.0.4", "description": "Comment system with SolidJS", "packageManager": "pnpm@8.15.3", "type": "module", diff --git a/src/controllers/commentListState.ts b/src/controllers/commentListState.ts index 2d464a4..4aa8d5d 100644 --- a/src/controllers/commentListState.ts +++ b/src/controllers/commentListState.ts @@ -56,9 +56,6 @@ export interface ReactiveComment extends Exclude { /** * Time ISOString when the comment is created */ - createdAt: string; - insertedAt: string; - updatedAt: string; children: Accessor; sticky?: boolean; browser?: string;