mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
Fixed upsert new DeviceInfo with null isAutoBackup property
This commit is contained in:
parent
f096910abc
commit
09103dc981
9 changed files with 9 additions and 27 deletions
4
mobile/openapi/test/device_info_api_test.dart
generated
4
mobile/openapi/test/device_info_api_test.dart
generated
|
|
@ -17,8 +17,6 @@ void main() {
|
|||
// final instance = DeviceInfoApi();
|
||||
|
||||
group('tests for DeviceInfoApi', () {
|
||||
//
|
||||
//
|
||||
// @deprecated
|
||||
//
|
||||
//Future<DeviceInfoResponseDto> createDeviceInfo(UpsertDeviceInfoDto upsertDeviceInfoDto) async
|
||||
|
|
@ -26,8 +24,6 @@ void main() {
|
|||
// TODO
|
||||
});
|
||||
|
||||
//
|
||||
//
|
||||
// @deprecated
|
||||
//
|
||||
//Future<DeviceInfoResponseDto> updateDeviceInfo(UpsertDeviceInfoDto upsertDeviceInfoDto) async
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue