Skip to content

Commit

Permalink
🧩 :: (#615) ν‚€μ›Œλ“œ μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
alsdl0629 committed Apr 3, 2024
1 parent 8b442ec commit 8bd88be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class CodeWebAdapter {
private final QueryCodesUseCase codesService;
private final CreateCodeUseCase createCodeUseCase;

@Cacheable(condition = "#keyword == null && #parentCode == null")
@Cacheable(condition = "#keyword == null and #parentCode == null")
@GetMapping
public CodesResponse getCodes(
@RequestParam(value = "type") CodeType codeType,
Expand Down

0 comments on commit 8bd88be

Please sign in to comment.