Function get_daily_challenge_streak

Source
pub async fn get_daily_challenge_streak(
    __arg0: Extension<CurrentUser>,
    __arg1: State<AppState>,
) -> Result<Json<DailyChallengeStreaks>>