Skip to content

Commit 742b7d8

Browse files
committed
style(SeriesController): add @todo comment with technical debt.
Should be in bee2754 commit. [skip ci]
1 parent bee2754 commit 742b7d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/ru/mystamps/web/feature/series/SeriesController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ public String searchSeriesByCatalog(
508508
break;
509509
}
510510

511+
// @todo #1098 Optimize a search within user's collection
511512
if (Features.SEARCH_IN_COLLECTION.isActive()
512513
&& inCollection
513514
&& currentUserId != null) {

0 commit comments

Comments
 (0)