fix: broken contact query
Some checks failed
/ integration-test--firefox (push) Failing after 3m5s

This commit is contained in:
Robert Perce 2026-01-26 17:56:00 -06:00
parent d42adbe274
commit 69e23fd9bb
4 changed files with 15 additions and 12 deletions

View file

@ -33,7 +33,7 @@ tokio = { version = "1.47.1", features = ["macros", "rt-mu
tower-http = { version = "0.6.6", features = ["fs"] }
tower-sessions = { version = "0.14.0", features = ["signed"] }
tower-sessions-sqlx-store = { version = "0.15.0", features = ["sqlite"] }
tracing = "0.1.41"
tracing = { version = "0.1.41", features = ["attributes"] }
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
vcard = "0.4.13"