bigardone / phoenix-trello

Trello tribute done in Elixir, Phoenix Framework, React and Redux.
https://phoenix-trello.herokuapp.com
MIT License
2.5k stars 407 forks source link

Remove unused const authToken declaration #27

Closed gusaiani closed 8 years ago

gusaiani commented 8 years ago

Hi @bigardone, not sure if you are taking pull requests, and this one is very minor anyways.

In web/static/utils/index.js@httpDelete, there was a const authToken declaration that seems unnecessary with buildHeaders() doing that.

Thanks for this repo!

bigardone commented 8 years ago

Hi @gusaiani! Yeah, any PR is welcomed! :) You're totally right, that declaration is unnecessary, good catch! I'll merge it right now. Cheers!