Skip to content

Commit

Permalink
[SHIBUI-1030]
Browse files Browse the repository at this point in the history
Removed an unused (and autowired) service.
  • Loading branch information
Bill Smith committed Jan 16, 2019
1 parent 7c8aa93 commit 2dc59ed
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ public class ConfigurationController {
@Autowired
RoleRepository roleRepository;

@Autowired
EmailService emailService;

@GetMapping(value = "/customAttributes")
public ResponseEntity<?> getCustomAttributes() {
return ResponseEntity.ok(customPropertiesConfiguration.getAttributes());
Expand Down

0 comments on commit 2dc59ed

Please sign in to comment.