Closed gusaiani closed 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.
web/static/utils/index.js@httpDelete
const authToken
buildHeaders()
Thanks for this repo!
Hi @gusaiani! Yeah, any PR is welcomed! :) You're totally right, that declaration is unnecessary, good catch! I'll merge it right now. Cheers!
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 aconst authToken
declaration that seems unnecessary withbuildHeaders()
doing that.Thanks for this repo!