Skip to content

Commit

Permalink
Add TODO to de-dupe import code
Browse files Browse the repository at this point in the history
  • Loading branch information
kateyeo committed Sep 26, 2023
1 parent 1a409b2 commit bfd1608
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ String importSingleAlbum(UUID jobId, MediaAlbum inputAlbum, SmugMugInterface smu
return albumResponse.getUri();
}

// TODO: Delete some of this duplicated code, factor it out so we don't have two drifting
// code paths, similar to change in MicrosoftMediaImporter
@VisibleForTesting
String importSinglePhoto(
UUID jobId,
Expand Down

0 comments on commit bfd1608

Please sign in to comment.