Skip to content

Commit

Permalink
Style: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mummhy0811 authored May 9, 2024
1 parent 66002f7 commit dce53b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@RequiredArgsConstructor
public class MenuService {
private final MenuRepository menuRepository;
private final CategoryRepository categoryRepository;dd
private final CategoryRepository categoryRepository;
private final S3Uploader s3Uploader;

public List<MenuResDto> getMenuList() {
Expand Down

0 comments on commit dce53b7

Please sign in to comment.