Skip to content

Commit

Permalink
Merge branch 'main' into feat/update
Browse files Browse the repository at this point in the history
  • Loading branch information
fbaldi6 committed Dec 19, 2024
2 parents 9af864c + 0679e0e commit 11b5eda
Show file tree
Hide file tree
Showing 5 changed files with 216 additions and 72 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const firstUser = await User.findOneBy({
})
const timber = await User.findOneBy({
firstName: "Timber",
lastName: "Saw"
lastName: "Saw",
})

await timber.remove()
Expand Down
Loading

0 comments on commit 11b5eda

Please sign in to comment.