refactor: migrate sqlx queries from macros to the .bind() method

This commit is contained in:
2026-02-25 16:23:37 -03:00
parent 5b3fc800c7
commit f36c53aed1
7 changed files with 235 additions and 254 deletions
@@ -8,7 +8,7 @@ use common::models::{
SubmitPeerReviewPayload,
};
use common::{auth::Claims, middleware::Org};
use sqlx::PgPool;
use sqlx::{PgPool, Row};
use uuid::Uuid;
pub async fn submit_assignment(