Skip to content

Commit

Permalink
test yolo
Browse files Browse the repository at this point in the history
  • Loading branch information
Battlestad committed Apr 17, 2024
1 parent 6b1fc94 commit 4ac24e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public Mono<InstanceObject> map(Long sourceApplicationId, IncomingInstance incom
.map(uuid -> InstanceObject.builder()
.valuePerKey(toValuePerKey(incomingInstance, uuid))
.build())
.doOnNext(instanceObject -> log.info("NEXT GENERATION: {}", instanceObject.toString()))
.log("YOLO");
}

Expand Down

0 comments on commit 4ac24e0

Please sign in to comment.