chore: DatabaseConnection -> DbConn

This commit is contained in:
naskya 2024-05-31 06:19:14 +09:00
parent af2b19709e
commit 3b42d25ee8
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -104,7 +104,7 @@ fn compact_content(
async fn encode_mastodon_payload(
mut content: serde_json::Value,
db: &DatabaseConnection,
db: &DbConn,
subscription: &sw_subscription::Model,
) -> Result<String, Error> {
let object = content