Fixed upsert new DeviceInfo with null isAutoBackup property

This commit is contained in:
Alex Tran
2022-12-10 08:36:21 -06:00
parent f096910abc
commit 09103dc981
9 changed files with 9 additions and 27 deletions

View File

@@ -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