Skip to content

Commit

Permalink
Update BookNamesake.java
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin authored May 19, 2024
1 parent dfeac4d commit 9c4429a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public void updateStatus(int reposCount) {
if (reposCount > 1) {
status = BookSyncStatus.ONLY_BOOK_WITHOUT_LINK_AND_MULTIPLE_REPOS;
} else {
status = BookSyncStatus.NEVER_SYNCED_BOOK_WITHOUT_LINK_AND_ONE_REPO;
status = BookSyncStatus.BOOK_NEVER_SYNCED_WITHOUT_LINK_AND_ONE_REPO;
} // TODO: What about no repos?
}
}
Expand Down

0 comments on commit 9c4429a

Please sign in to comment.