Skip to content

release 1.2.0 #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 14, 2023
Merged

release 1.2.0 #16

merged 1 commit into from
Jun 14, 2023

Conversation

wanjunlei
Copy link
Member

No description provided.

Signed-off-by: wanjunlei <wanjunlei@kubesphere.io>
@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