Skip to main content

sync_clear_user

Function sync_clear_user 

Source
pub async fn sync_clear_user(
    db: State<'_, DatabaseWrapper>,
    user_id: String,
) -> Result<(), String>
Expand description

Delete all sync operations for a user (used during logout)