Skip to content

Commit fb544a4

Browse files
author
FalkWolsky
committed
Fixing BusinessEventPublisher for APPLICATION_PUBLISH
1 parent b105738 commit fb544a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/api-service/lowcoder-server/src/main/java/org/lowcoder/api/util/BusinessEventPublisher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ public Mono<Void> publishApplicationPublishEvent(String applicationId, Applicati
315315
.applicationName(application.getName())
316316
.applicationCategory(category)
317317
.applicationDescription(description)
318-
.type(EventType.APPLICATION_SHARING_CHANGE)
318+
.type(EventType.APPLICATION_PUBLISH)
319319
.commitMessage(request.commitMessage())
320320
.tag(request.tag())
321321
.isAnonymous(anonymous)

0 commit comments

Comments
 (0)