3 lines
114 B
Rust
Raw Normal View History

// #[tracing::instrument(name = "Adding a new subscriber")]
pub async fn user_check() -> String { "".to_owned() }