From 46eeee007058052eb7715cf2dd62774cb431f198 Mon Sep 17 00:00:00 2001 From: Stephen Zhou <38493346+hyoban@users.noreply.github.com> Date: Fri, 17 Jan 2025 20:40:05 +0800 Subject: [PATCH] chore: update --- apps/mobile/src/morph/store-db.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/mobile/src/morph/store-db.ts b/apps/mobile/src/morph/store-db.ts index aaaaa36595..f6ff8f1901 100644 --- a/apps/mobile/src/morph/store-db.ts +++ b/apps/mobile/src/morph/store-db.ts @@ -18,9 +18,7 @@ class StoreDbMorph { } } toEntrySchema(entry: EntryModel): EntrySchema { - return { - ...entry, - } + return entry } }