chore: update nats -> async nats

This commit is contained in:
2025-03-26 21:25:12 +01:00
parent b7cc1b32c0
commit cf0e745b5b
11 changed files with 664 additions and 630 deletions

View File

@@ -1,5 +1,5 @@
use anyhow::Context;
use sqlx::{PgPool, Postgres};
use sqlx::PgPool;
pub async fn get_database() -> anyhow::Result<PgPool> {
tracing::trace!("initializing database");