chore: update logs for encoding collab

This commit is contained in:
nathan 2024-04-03 15:02:24 +08:00
parent d822391dbc
commit 51020b8f03
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ use std::sync::Arc;
use std::time::Duration; use std::time::Duration;
use tokio::sync::{mpsc, Mutex}; use tokio::sync::{mpsc, Mutex};
use tokio::time::{interval, sleep}; use tokio::time::{interval, sleep};
use tracing::{error, info, warn}; use tracing::{info, warn};
pub(crate) struct GroupPersistence<S> { pub(crate) struct GroupPersistence<S> {
workspace_id: String, workspace_id: String,