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 18, 2024
2 parents d1ba4de + 0679e0e commit 1dc0419
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 1dc0419

Please sign in to comment.