code-corps / code-corps-api

Elixir/Phoenix API for Code Corps.
https://www.codecorps.org
MIT License
235 stars 86 forks source link

Resolve type errors flagged by Dialyzer #1375

Closed landongrindheim closed 6 years ago

landongrindheim commented 6 years ago

This PR fixes type specs that were being flagged by Dialyzer

References

Closes #1369

landongrindheim commented 6 years ago

Not sure what to make of the build timing out. Is there anything I can do to resolve this?

landongrindheim commented 6 years ago

@begedin @joshsmith Any ideas as to what I can do to get the build passing?

begedin commented 6 years ago

Hey @landongrindheim Sorry for the delayed response. It looks like a build dependency has a bug. We're working on resolving it and it will hopefully get done today.

begedin commented 6 years ago

@landongrindheim If you rebase off of develop now, the build should pass

landongrindheim commented 6 years ago

@begedin rebased and pushed 😄