mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
refactor(server): standardize user controller (#3501)
* chore: remove redundant sortint * chore: standardize user controller * chore: open api * fix: web dtos
This commit is contained in:
8
mobile/openapi/test/user_api_test.dart
generated
8
mobile/openapi/test/user_api_test.dart
generated
@@ -27,7 +27,7 @@ void main() {
|
||||
// TODO
|
||||
});
|
||||
|
||||
//Future<UserResponseDto> deleteUser(String userId) async
|
||||
//Future<UserResponseDto> deleteUser(String id) async
|
||||
test('test deleteUser', () async {
|
||||
// TODO
|
||||
});
|
||||
@@ -42,12 +42,12 @@ void main() {
|
||||
// TODO
|
||||
});
|
||||
|
||||
//Future<Object> getProfileImage(String userId) async
|
||||
//Future<Object> getProfileImage(String id) async
|
||||
test('test getProfileImage', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
//Future<UserResponseDto> getUserById(String userId) async
|
||||
//Future<UserResponseDto> getUserById(String id) async
|
||||
test('test getUserById', () async {
|
||||
// TODO
|
||||
});
|
||||
@@ -57,7 +57,7 @@ void main() {
|
||||
// TODO
|
||||
});
|
||||
|
||||
//Future<UserResponseDto> restoreUser(String userId) async
|
||||
//Future<UserResponseDto> restoreUser(String id) async
|
||||
test('test restoreUser', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user