Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

wanjunlei
Copy link
Member

No description provided.

Signed-off-by: wanjunlei <[email protected]>
@wanjunlei wanjunlei requested a review from benjaminhuo June 14, 2023 06:25
@@ -187,7 +187,7 @@ public boolean hasDaprTrigger() {
return true;
}

return functionContext.getTriggers() != null && ArrayUtils.isEmpty(functionContext.getTriggers().getDapr());
return functionContext.getTriggers() != null && ArrayUtils.isNotEmpty(functionContext.getTriggers().getDapr());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we'd better check if there's other similar problem with a full code search isEmpty

@benjaminhuo benjaminhuo merged commit c722869 into OpenFunction:master Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants