Skip to content

Commit

Permalink
chore: break tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Nov 8, 2023
1 parent e16f392 commit 0e23353
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/stores/notification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,9 @@ RETURNING *;",
"
SELECT *
FROM public.notifications
WHERE id = $1 AND client_id = $2 AND tenant_id = $3",
WHERE id = $1 AND tenant_id = $2",
)
.bind(id)
.bind(client_id)
.bind(tenant_id)
.fetch_one(self)
.await;
Expand Down

0 comments on commit 0e23353

Please sign in to comment.