fix ci
Some checks failed
CI/CD Pipeline / test (push) Failing after 8m43s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped

This commit is contained in:
philipp 2024-03-05 09:34:50 +01:00
parent 10a0e82392
commit 1a482db9e2

View File

@ -86,7 +86,7 @@ async fn index(
Template::render("log", context.into_json()) Template::render("log", context.into_json())
} }
#[get("/show", rank = 2)] #[get("/show", rank = 3)]
async fn show(db: &State<SqlitePool>, user: DonauLinzUser) -> Template { async fn show(db: &State<SqlitePool>, user: DonauLinzUser) -> Template {
let logs = Logbook::completed(db).await; let logs = Logbook::completed(db).await;