Skip to content

Commit 519f559

Browse files
committed
Expose NotificationBuilder::insert_many_deliveries
1 parent f3e0a05 commit 519f559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/labrinth/src/database/models/notification_item.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ impl NotificationBuilder {
160160
Ok(())
161161
}
162162

163-
async fn insert_many_deliveries(
163+
pub async fn insert_many_deliveries(
164164
transaction: &mut sqlx::Transaction<'_, sqlx::Postgres>,
165165
redis: &RedisPool,
166166
notification_ids: &[i64],

0 commit comments

Comments
 (0)