bitfocus / companion-module-generic-http

Generic HTTP module
MIT License
9 stars 19 forks source link

fix(actions): ignore missing body on GET action #17

Closed estilles closed 2 years ago

estilles commented 2 years ago

Fixing "Cannot read property 'trim' of undefined" on GET action

Resolves #16

Signed-off-by: Johnny Estilles johnny@estilles.com

josephdadams commented 2 years ago

@estilles can you clean up the console.log? I think the general preference is to not have those in production.

estilles commented 2 years ago

Damn it! Forgot to clean up after myself.

estilles commented 2 years ago

@estilles can you clean up the console.log? I think the general preference is to not have those in production.

Done! Thanks for catching that.

josephdadams commented 2 years ago

Thanks!