Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Somehow missed one (and remove queries from other branch)
Browse files Browse the repository at this point in the history
  • Loading branch information
OmegaJak committed Oct 23, 2023
1 parent 6e9dcfa commit 1432930
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 72 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion src/database/models/project_item.rs
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ impl Project {
",
id as ProjectId
)
.execute(&mut *transaction)
.execute(&mut **transaction)
.await?;

sqlx::query!(
Expand Down

0 comments on commit 1432930

Please sign in to comment.