Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Jan 17, 2025
1 parent f061a19 commit 46eeee0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/mobile/src/morph/store-db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ class StoreDbMorph {
}
}
toEntrySchema(entry: EntryModel): EntrySchema {
return {
...entry,
}
return entry
}
}

Expand Down

0 comments on commit 46eeee0

Please sign in to comment.