mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-04 18:40:47 +00:00
refactor: allow unused vars until pagination implementation
This commit is contained in:
parent
f054130c12
commit
60c3f37a65
1 changed files with 2 additions and 1 deletions
|
|
@ -109,6 +109,7 @@ pub async fn create_candidate(
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[allow(unused_variables)]
|
||||||
#[get("/candidates?<field>&<page>")]
|
#[get("/candidates?<field>&<page>")]
|
||||||
pub async fn list_candidates(
|
pub async fn list_candidates(
|
||||||
conn: Connection<'_, Db>,
|
conn: Connection<'_, Db>,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue