Skip to content

Commit 75fa391

Browse files
esadakcamCopilot
andauthored
Update server/user/src/main/java/com/continiousdisappointment/user/controller/UserPreferencesController.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e387b48 commit 75fa391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/user/src/main/java/com/continiousdisappointment/user/controller/UserPreferencesController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ public ResponseEntity<Object> saveUserPreferences(@RequestHeader("Authorization"
3232
log.warn("Error while saving user preferences", e);
3333
return ResponseEntity.status(HttpStatus.UNAUTHORIZED).build();
3434
}
35-
return null;
35+
return ResponseEntity.ok().build();
3636
}
3737
}

0 commit comments

Comments
 (0)