Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Result enum looks like is unused and is in conflict against Alamofire #123

Closed
swiftsrl opened this issue Feb 27, 2017 · 1 comment
Closed
Assignees

Comments

@swiftsrl
Copy link

at line 134 of File.swift there's an enum that looks like is unused and is in conflict against Alamofire

public enum Result {
    case success
    case failure(error: Error)
}

can we delete it, or is used somewhere?

@daniel-jonathan
Copy link
Member

Hey, nice catch. Please find a fix in Graph 2.1.2. All the best!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant