mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-08-26 23:51:14 +00:00
fix: make ci checks pass
This commit is contained in:
committed by
osmaczko
parent
c5f9994c9e
commit
cd737ea058
@@ -56,10 +56,7 @@ impl SqliteDb {
|
||||
}
|
||||
|
||||
pub fn sqlcipher(path: String, key: String) -> Result<Self, StorageError> {
|
||||
Self::new(StorageConfig::Encrypted {
|
||||
path: path,
|
||||
key: key,
|
||||
})
|
||||
Self::new(StorageConfig::Encrypted { path, key })
|
||||
}
|
||||
|
||||
/// Returns a reference to the underlying connection.
|
||||
|
||||
Reference in New Issue
Block a user