martinzink commented on code in PR #1850:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1850#discussion_r1725036473


##########
extensions/standard-processors/processors/InvokeHTTP.h:
##########
@@ -187,7 +177,7 @@ class InvokeHTTP : public core::Processor {
       .withPropertyType(core::StandardPropertyTypes::DATA_TRANSFER_SPEED_TYPE)
       .build();
 
-  EXTENSIONAPI static constexpr auto Properties = 
std::array<core::PropertyReference, 23>{
+  EXTENSIONAPI static constexpr auto Properties = 
std::array<core::PropertyReference, 21>{

Review Comment:
   Thanks @james94 I've merged your PR 🎉 , and rebased mine



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to