forked from jmug/stoatchat
fix(core/database): use attachments collection name
This commit is contained in:
@@ -6,7 +6,7 @@ use crate::MongoDb;
|
|||||||
|
|
||||||
use super::AbstractAttachments;
|
use super::AbstractAttachments;
|
||||||
|
|
||||||
static COL: &str = "bots";
|
static COL: &str = "attachments";
|
||||||
|
|
||||||
#[async_trait]
|
#[async_trait]
|
||||||
impl AbstractAttachments for MongoDb {
|
impl AbstractAttachments for MongoDb {
|
||||||
|
|||||||
Reference in New Issue
Block a user