Skip to content

Commit

Permalink
HELLODATA-1881 - fix method
Browse files Browse the repository at this point in the history
  • Loading branch information
Slawomir Wieczorek committed Dec 11, 2024
1 parent 3bd084e commit f24e9cd
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 @@ public class SftpGoEnableUserConsumer {

@SuppressWarnings("unused")
@JetStreamSubscribe(event = ENABLE_USER, asyncRun = false)
public void disableUser(SubsystemUserUpdate subsystemUserUpdate) {
public void enableUser(SubsystemUserUpdate subsystemUserUpdate) {
try {
log.info("------- Received SFTPGo user enable request {}", subsystemUserUpdate);
sftpgoService.enableUser(subsystemUserUpdate.getUsername());
Expand Down

0 comments on commit f24e9cd

Please sign in to comment.