federicotdn / verb

Organize and send HTTP requests from Emacs
https://melpa.org/#/verb
GNU General Public License v3.0
540 stars 20 forks source link

Fix #38 `verb--request-spec-post-process` being called twice #39

Closed prashantvithani closed 3 years ago

prashantvithani commented 3 years ago

call verb--request-spec-post-process only if (verb--up-heading) evaluates to nil. IOW when verb--request-spec-from-hierarchy is not called.

prashantvithani commented 3 years ago

The indentation of the function is a bit off, would you mind selecting the entire verb--request-spec-from-babel-src-block and then running M-x indent-region?

I've done this. Thanks for the review!

federicotdn commented 3 years ago

Thanks for adding this! Merged ✅