Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafar-BB committed Nov 10, 2023
1 parent 65117a9 commit dae7142
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ public LegalEntitySaga(LegalEntityService legalEntityService,

@Override
public Mono<LegalEntityTask> executeTask(@SpanTag(value = "streamTask") LegalEntityTask streamTask) {
log.info("test");
return upsertLegalEntity(streamTask)
.flatMap(this::linkLegalEntityToRealm)
.flatMap(this::setupAdministrators)
Expand Down

0 comments on commit dae7142

Please sign in to comment.