func fetchUser() { guard let id = currentUser?.id else { fatalError("missing session") } return api.get("/users/\(id)") }
POST /api/analyze 200 latency 3.1s cause: force unwrap fix: if let user = currentUser
Create a free account to analyze. We will email you a confirmation link first.
Already have an account? Sign in