Skip to content

release 1.2.0 - #16

Merged
benjaminhuo merged 1 commit into
OpenFunction:masterfrom
wanjunlei:master
Jun 14, 2023
Merged

release 1.2.0#16
benjaminhuo merged 1 commit into
OpenFunction:masterfrom
wanjunlei:master

Conversation

@wanjunlei

Copy link
Copy Markdown
Member

No description provided.

Signed-off-by: wanjunlei <wanjunlei@kubesphere.io>
@wanjunlei
wanjunlei requested a review from benjaminhuo June 14, 2023 06:25
}

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

Copy link
Copy Markdown
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

2 participants