AppFlowy/rust-lib/flowy-user/src/handlers/auth.rs

3 lines
114 B
Rust
Raw Normal View History

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