Skip to content

Commit

Permalink
minor: Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-sita committed Jul 19, 2024
1 parent d90c573 commit 74f5fd1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ public void setVisibility(UUID imageId, boolean value) {

@Transactional
public UUID duplicateImage(UUID selectedImageId) {
// todo consider rewriting this to be event-based.
UUID newId = UUID.randomUUID();
UUID newReference = UUID.randomUUID();

Expand Down

0 comments on commit 74f5fd1

Please sign in to comment.