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
Sign in to analyze errors. This keeps free usage from burning through API tokens.
No account? Sign up