shebang-labs / terraform-provider-postmark

Terraform Provider for postmark
https://postmarkapp.com/
MIT License
13 stars 3 forks source link

Extra redundant error check #5

Open MaikuMori opened 1 year ago

MaikuMori commented 1 year ago

I was just checking the source to understand how it interacts with Postmark API and I noticed this:

https://github.com/shebang-labs/terraform-provider-postmark/blob/16f3877b0a54e4f7271b0cf9e9e456f37e0b3190/postmark/resource_server.go#L110

Not a big deal, just letting you know.

Edit:

Seems like it's repeated multiple times: https://github.com/shebang-labs/terraform-provider-postmark/blob/16f3877b0a54e4f7271b0cf9e9e456f37e0b3190/postmark/resource_server.go#L151 etc

MuhammeedAlaa commented 1 year ago

Thank you, will be fixed soon.