mirror of
https://github.com/chatmail/core.git
synced 2026-04-22 16:06:30 +03:00
Update uuid dependency
This commit is contained in:
@@ -446,7 +446,7 @@ impl Config {
|
||||
let id = {
|
||||
let id = self.inner.next_id;
|
||||
let uuid = Uuid::new_v4();
|
||||
let target_dir = dir.join(uuid.to_simple_ref().to_string());
|
||||
let target_dir = dir.join(uuid.to_string());
|
||||
|
||||
self.inner.accounts.push(AccountConfig {
|
||||
id,
|
||||
|
||||
Reference in New Issue
Block a user